test #1863

Merged
juan merged 12 commits from test into dev 2023-11-27 12:17:11 +00:00
2 changed files with 4 additions and 5 deletions
Showing only changes of commit 461cb3d2ba - Show all commits

View File

@ -70,7 +70,8 @@
fields="['started', 'ended']"
ng-model="$ctrl.businessId"
search-function="{businessFk: $search}"
value-field="businessFk"
show-field="businessFk"
value-field="businessId"
order="businessFk DESC"
limit="5">
<tpl-item>

View File

@ -111,10 +111,8 @@ class Controller extends Section {
dayIndex.setDate(dayIndex.getDate() + 1);
}
if (this.worker) {
this.fetchHours();
this.getWeekData();
}
this.fetchHours();
this.getWeekData();
}
set weekTotalHours(totalHours) {