This commit is contained in:
2020-12-15 19:31:38 +00:00
parent e49889d134
commit 31dff9772b
2 changed files with 1 additions and 3 deletions

View File

@@ -30,8 +30,6 @@ todo: biz rule like validatecansave and validatecandelete but validatecanFetch f
currently doing: MEMO - 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 search results should not pull up other's memo's
exclude from searching? Not searchable?? exclude from searching? Not searchable??
Or post process?? Or post process??

View File

@@ -72,7 +72,7 @@
:allowNoSelection="false" :allowNoSelection="false"
:canClear="false" :canClear="false"
:ayaType="ayaTypes().User" :ayaType="ayaTypes().User"
:variant="'outside'" :variant="'inside'"
:showEditIcon="false" :showEditIcon="false"
v-model="pickListSelectedUserId" v-model="pickListSelectedUserId"
:label="$ay.t('MemoToID')" :label="$ay.t('MemoToID')"