Skip to content

Commit

Permalink
Merge pull request #650 from it-at-m/bugfix-zms-2970-dienstleistung-n…
Browse files Browse the repository at this point in the history
…ach-tagaenderung-nicht-verbuergbar

fix(ZMS-2970): dienstleistung nach tagaenderung nicht verbuergbar
  • Loading branch information
MoDaae authored Oct 23, 2024
2 parents 6f21376 + 3cda470 commit 1038e0e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion zmsadmin/js/page/workstation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class View extends BaseView {
if ('counter' == this.page)
this.loadQueueInfo();
this.loadQueueTable();
this.loadAppointmentForm(true, true);
this.loadAppointmentForm(true, false);
}

addFocusTrap(elem) {
Expand Down
2 changes: 1 addition & 1 deletion zmsadmin/public/_js/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion zmsadmin/public/_js/index.js.map

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions zmsadmin/public/_js/reactcomponents.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion zmsadmin/public/_js/reactcomponents.js.map

Large diffs are not rendered by default.

0 comments on commit 1038e0e

Please sign in to comment.