bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

Error on EventEdit close when `recurrenceCombo` is set to `null` #9809

Closed ghulamghousdev closed 3 weeks ago

ghulamghousdev commented 1 month ago

Forum post

After we upgrade our Calendar library from v5.6.11 to v6.0.4, we got JavaScript error. At Calendar configuration, if we set recurrenceCombo field to null, it will throws the following JavaScript error when create new event at source code line 128450, this.recurrenceCombo:

onRecurringEventEditorHide() {
      const { store } = this.recurrenceCombo;
      if (store) {
        store.clearFilters();
        store.remove(store.query((r) => r.isCustom));
      }
    }
Screenshot 2024-08-13 at 9 12 10 PM

https://github.com/user-attachments/assets/9f57c887-a9ee-4cef-85f9-007a830cb940