diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 60fc40b1..2d1333ce 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -30,8 +30,6 @@ todo: biz rule like validatecansave and validatecandelete but validatecanFetch f currently doing: MEMO - - - compose - must filter OUT outside users, currently they show, new picklist I guess with extra criteria? search results should not pull up other's memo's exclude from searching? Not searchable?? Or post process?? diff --git a/ayanova/src/views/home-memo.vue b/ayanova/src/views/home-memo.vue index f7678e3e..aef37e0d 100644 --- a/ayanova/src/views/home-memo.vue +++ b/ayanova/src/views/home-memo.vue @@ -72,7 +72,7 @@ :allowNoSelection="false" :canClear="false" :ayaType="ayaTypes().User" - :variant="'outside'" + :variant="'inside'" :showEditIcon="false" v-model="pickListSelectedUserId" :label="$ay.t('MemoToID')"