diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 56f4878a..60fc40b1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -31,8 +31,6 @@ todo: biz rule like validatecansave and validatecandelete but validatecanFetch f currently doing: MEMO - - READ menu items - Reply, Forward 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?? diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index 9e272cea..4ea6828a 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -37,10 +37,9 @@ diff --git a/ayanova/src/views/home-memo.vue b/ayanova/src/views/home-memo.vue index fe62e765..f7678e3e 100644 --- a/ayanova/src/views/home-memo.vue +++ b/ayanova/src/views/home-memo.vue @@ -72,6 +72,7 @@ :allowNoSelection="false" :canClear="false" :ayaType="ayaTypes().User" + :variant="'outside'" :showEditIcon="false" v-model="pickListSelectedUserId" :label="$ay.t('MemoToID')"