This commit is contained in:
@@ -5,16 +5,13 @@
|
|||||||
|
|
||||||
MISC ITEMS THAT CAME UP
|
MISC ITEMS THAT CAME UP
|
||||||
|
|
||||||
todo: complex referential integrity support or biz rule not sure which for things like Unit - Customer relationship
|
todo: test errors on widget form for all controls
|
||||||
e.g. when a Unit is picked on a record like csr it needs to know it's *that* customers unit and enforce it
|
Have a way of telling the server on an update to return all the errors for all the fields possible as well as server generalerror
|
||||||
ideally at db level *and* at biz rule level but I'll take one or the other
|
this way can see at a glance that all the controls are properly displaying their errrors
|
||||||
|
|
||||||
todo: picklists need meta conditions
|
|
||||||
e.g. UnitPickList typically needs to be filtered to a particular customer, this kind of thing comes up all the time
|
|
||||||
|
|
||||||
|
|
||||||
todo: all picklists of objects htat have tags should by default include tags as the last field
|
todo: all picklists of objects htat have tags should by default include tags as the last field
|
||||||
this is to support choosing by tag
|
this is to support choosing by tag as the feature isn't very useful if you can't see the tags that come back
|
||||||
|
|
||||||
todo: go back and all picklists and datalists change the field key to match the lt key wherever possible.
|
todo: go back and all picklists and datalists change the field key to match the lt key wherever possible.
|
||||||
yeah, I know, but it would save a lot of hassle and fuckery from mismatches
|
yeah, I know, but it would save a lot of hassle and fuckery from mismatches
|
||||||
|
|||||||
@@ -74,6 +74,7 @@
|
|||||||
>
|
>
|
||||||
<gz-pick-list
|
<gz-pick-list
|
||||||
:ayaType="ayaTypes().Unit"
|
:ayaType="ayaTypes().Unit"
|
||||||
|
:variant="'customerid:' + obj.customerId"
|
||||||
:showEditIcon="true"
|
:showEditIcon="true"
|
||||||
v-model="obj.unitId"
|
v-model="obj.unitId"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
@@ -85,7 +86,7 @@
|
|||||||
></gz-pick-list>
|
></gz-pick-list>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<!-- :variant="'customerid:' + obj.customerId" --------------------------------- -->
|
<!-- --------------------------------- -->
|
||||||
<v-col
|
<v-col
|
||||||
v-if="form().showMe(this, 'CustomerServiceRequestDetails')"
|
v-if="form().showMe(this, 'CustomerServiceRequestDetails')"
|
||||||
cols="12"
|
cols="12"
|
||||||
|
|||||||
Reference in New Issue
Block a user