This commit is contained in:
@@ -29,11 +29,13 @@ todo: Help for list / editor form combo should be combined into list help alone
|
||||
form part below with all the deets
|
||||
|
||||
todo: biz rule like validatecansave and validatecandelete but validatecanFetch for things like own memos and conditional biz rules like subcontractor seeing only own shit etc?
|
||||
|
||||
............................................................
|
||||
|
||||
|
||||
|
||||
currently doing: memo just finished migrate, on to nexxt object or above misc programmers choice
|
||||
currently doing:
|
||||
memo just finished migrate, on to nexxt object or above misc programmers choice
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -52,17 +52,6 @@
|
||||
readonly
|
||||
></gz-wiki
|
||||
></v-col>
|
||||
|
||||
<v-col
|
||||
v-if="form().showMe(this, 'Attachments') && obj.id"
|
||||
cols="12"
|
||||
>
|
||||
<gz-attachments
|
||||
readonly
|
||||
:ayaType="ayaType"
|
||||
:ayaId="obj.id"
|
||||
></gz-attachments
|
||||
></v-col>
|
||||
</v-row>
|
||||
</template>
|
||||
<template v-else>
|
||||
@@ -163,17 +152,6 @@
|
||||
@input="fieldValueChanged('wiki')"
|
||||
></gz-wiki
|
||||
></v-col>
|
||||
|
||||
<v-col
|
||||
v-if="form().showMe(this, 'Attachments') && obj.id"
|
||||
cols="12"
|
||||
>
|
||||
<gz-attachments
|
||||
:readonly="formState.readOnly"
|
||||
:ayaType="ayaType"
|
||||
:ayaId="obj.id"
|
||||
></gz-attachments
|
||||
></v-col>
|
||||
</v-row>
|
||||
</template>
|
||||
</v-form>
|
||||
|
||||
Reference in New Issue
Block a user