Icinga / icinga-notifications-web

Icinga Notifications Web — Manage incidents and who gets notified about them how and when
GNU General Public License v2.0
11 stars 0 forks source link

Move schedule to primary list #186

Closed sukhwinder33445 closed 5 months ago

sukhwinder33445 commented 5 months ago

resolves #162

sukhwinder33445 commented 5 months ago

The add/editEntryAction() of SchedulerController uses $this->sendExtraUpdates(['#col2']) to update the entry in the calendar. But if there is only one column (list #col1 is closed), the hardcoded #col2 in sendExtraUpdates cannot update the calendar.