hotfix-undefinedContract #1859

Merged
carlossa merged 5 commits from hotfix-undefinedContract into master 2023-11-24 08:06:42 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8a568f180a - Show all commits

View File

@ -71,7 +71,7 @@
ng-model="$ctrl.businessId"
search-function="{businessFk: $search}"
show-field="businessFk"
value-field="businessFk"
value-field="businessId"
order="businessFk DESC"
limit="5">
<tpl-item>

View File

@ -402,7 +402,7 @@ class Controller extends Section {
});
}
state(state, reason) {
changeState(state, reason) {
this.state = state;
this.reason = reason;
this.repaint();