master #1820

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