test #1863

Merged
juan merged 12 commits from test into dev 2023-11-27 12:17:11 +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();