refs #6506 fix e2e, refactor business
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-11-24 07:47:57 +01:00
parent ebe467f721
commit 8a568f180a
2 changed files with 2 additions and 2 deletions

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();