This commit is contained in:
@@ -268,7 +268,7 @@ TODO: 1 BETA DOCS:
|
|||||||
rather than bombing. maybe do this first so can catch the ones that slip through
|
rather than bombing. maybe do this first so can catch the ones that slip through
|
||||||
|
|
||||||
- 1 todo: Search limited to a type is *not* working, it just returns all results, search from a Customer for example and you will see all object results
|
- 1 todo: Search limited to a type is *not* working, it just returns all results, search from a Customer for example and you will see all object results
|
||||||
- 1 todo: tags required field validation not working at all
|
|
||||||
- 1 todo: wiki control needs to be able to show validation errors when minimized so when it's a required field it can show if empty
|
- 1 todo: wiki control needs to be able to show validation errors when minimized so when it's a required field it can show if empty
|
||||||
- 1 todo: time control in native browser format isn't showing a title at all, check date as well. Date and time is ok
|
- 1 todo: time control in native browser format isn't showing a title at all, check date as well. Date and time is ok
|
||||||
- 1 todo: help about does it show user has native date time input use browser override?
|
- 1 todo: help about does it show user has native date time input use browser override?
|
||||||
|
|||||||
@@ -324,8 +324,7 @@
|
|||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="
|
v-if="
|
||||||
form().showMe(this, 'RequestDate') &&
|
form().showMe(this, 'RequestDate') && !value.userIsRestrictedType
|
||||||
!value.userIsRestrictedType
|
|
||||||
"
|
"
|
||||||
cols="12"
|
cols="12"
|
||||||
sm="6"
|
sm="6"
|
||||||
@@ -348,7 +347,7 @@
|
|||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="
|
v-if="
|
||||||
form().showMe(this, 'WorkOrderItemWorkOrderStatusID') &&
|
form().showMe(this, 'WorkOrderItemStatusId') &&
|
||||||
!value.userIsRestrictedType
|
!value.userIsRestrictedType
|
||||||
"
|
"
|
||||||
cols="12"
|
cols="12"
|
||||||
@@ -792,7 +791,7 @@ export default {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (
|
if (
|
||||||
this.form().showMe(this, "WorkOrderItemWorkOrderStatusID") &&
|
this.form().showMe(this, "WorkOrderItemStatusId") &&
|
||||||
!this.value.userIsRestrictedType
|
!this.value.userIsRestrictedType
|
||||||
) {
|
) {
|
||||||
headers.push({
|
headers.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user