Skip to content

Commit

Permalink
fix(telecom): disable the time condition option on ccs expert (#9704)
Browse files Browse the repository at this point in the history
ref: DTRSD-91543

Signed-off-by: Guillaume Hyenne <[email protected]>
  • Loading branch information
ghyenne authored Jul 28, 2023
1 parent e187704 commit 87d3a5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ export default {
bindings: {
filters: '=ngModel',
onChange: '&telephonySchedulerFiltersOnChange',
timeCondition: '<',
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<voip-time-condition-slot
data-time-condition-slot="$ctrl.convertCategoryToSlot(category.value)"
data-has-popover="true"
data-slot-enable-edition="true"
data-slot-enable-edition="$ctrl.timeCondition"
>
</voip-time-condition-slot>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<telephony-scheduler-filters
data-ng-if="!$ctrl.loading.filters"
data-ng-model="$ctrl.model.filters"
data-time-condition="$ctrl.timeCondition"
data-telephony-scheduler-filters-on-change="$ctrl.onFiltersChange()"
>
</telephony-scheduler-filters>
Expand Down

0 comments on commit 87d3a5a

Please sign in to comment.