Skip to content

Commit

Permalink
emailConfirmationActivated Wertanpassung
Browse files Browse the repository at this point in the history
  • Loading branch information
MoDaae committed Aug 12, 2024
1 parent 99eab98 commit 3a35d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zmsadmin/js/block/appointment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class View extends RequestView {
this.selectedProcess = this.options.selectedProcess;
this.selectedScope = this.options.selectedScope;
this.clusterEnabled = this.options.clusterEnabled || false;
this.emailConfirmationActivated = this.options.emailConfirmationActivated || false;
this.emailConfirmationActivated = this.options.emailConfirmationActivated || 0;
this.slotsRequired = this.options.slotsRequired;
this.slotType = this.options.slotType;
this.constructOnly = this.options.constructOnly;
Expand Down
2 changes: 1 addition & 1 deletion zmsadmin/js/page/workstation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class View extends BaseView {
this.selectedDate = options['selected-date'];
this.selectedProcess = options['selected-process'];
this.clusterEnabled = options['cluster-enabled'] || false;
this.emailConfirmationActivated = options['email-confirmation-activated'] || false;
this.emailConfirmationActivated = options['email-confirmation-activated'] || 0;
this.selectedScope = options['selected-scope'] || 0;
this.calledProcess = options['called-process'];
this.slotType = 'intern';
Expand Down

0 comments on commit 3a35d19

Please sign in to comment.