especify PK
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2022-03-10 10:35:35 +01:00
parent 189fe2ed41
commit 16208a5e11
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
vn-id="model"
url="SupplierAgencyTerms"
link="{supplierFk: $ctrl.$params.id}"
primary-key="agencyFk"
data="$ctrl.supplierAgencyTerms"
auto-load="true">
</vn-crud-model>
@ -10,7 +11,7 @@
data="$ctrl.supplierAgencyTerms"
form="form">
</vn-watcher>
<form name="form" ng-submit="$ctrl.onSubmit()" class="vn-w-md">
<form name="form" ng-submit="$ctrl.onSubmit()" class="vn-w-lg">
<vn-card class="vn-pa-lg">
<vn-horizontal ng-repeat="supplierAgencyTerm in $ctrl.supplierAgencyTerms">
<vn-autocomplete