Skip to content

Commit

Permalink
Fix exception date update bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Chivot committed Apr 24, 2024
1 parent c2ca58f commit 76edc08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/bazar/presentation/javascripts/recurrent-event.js
Expand Up @@ -502,6 +502,9 @@ let appParams = {
this.newExcept = ''
}
},
nth(){
this.updateAvailableExceptUpdatingNbMax()
},
repetition(repetition){
if (repetition !== 'w' && this.days?.length > 1){
this.days = [this.days[0]]
Expand All @@ -528,6 +531,9 @@ let appParams = {
},
step(){
this.updateAvailableExceptUpdatingNbMax()
},
whenInMonth(){
this.updateAvailableExceptUpdatingNbMax()
}
}
}
Expand Down

0 comments on commit 76edc08

Please sign in to comment.