7489-testToMaster #2515

Merged
alexm merged 329 commits from 7489-testToMaster into master 2024-05-28 05:30:19 +00:00
2 changed files with 3 additions and 8 deletions
Showing only changes of commit 7240269f5b - Show all commits

View File

@ -5,12 +5,6 @@
form="form"
save="patch">
</vn-watcher>
<vn-crud-model
vn-id="locker"
url="lockers"
filter="$ctrl.$.lockerFilter"
auto-load="false">
</vn-crud-model>
<form name="form" ng-submit="$ctrl.onSubmit()" class="vn-w-md">
<vn-card class="vn-pa-lg">
<vn-vertical>
@ -83,7 +77,8 @@
</vn-textfield>
<vn-input-number
min="0"
ng-model="$ctrl.$.locker"
ng-model="$ctrl.$.locker">
</vn-input-number>
</vn-horizontal>
</vn-vertical>
</vn-card>

View File

@ -59,7 +59,7 @@
></vn-link-phone>
</vn-label-value>
<vn-label-value label="Locker"
value="{{worker.locker.code}}"
value="{{worker.locker}}"
>
</vn-label-value>
</vn-one>