This commit is contained in:
2020-12-16 01:08:54 +00:00
parent beca573e45
commit 1a3dff7289
2 changed files with 3 additions and 23 deletions

View File

@@ -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

View File

@@ -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>