This is a big update that includes the last two releases into beta, notably a new app action trigger for “On Bookmark Selection” so actions can be run whenever a bookmark is selected.
It also includes a new feature: “Hide Empty Rows” when in horizon view. Now, when breaking out by a field, you can hide rows that have no events.
It adds a new action helper function for toggling on and off filter selections: dbk.manageFilters.toggle(filterItem, filterType). It also adds another helper function for saving filter state. Particularly useful after performing batch operations: dbk.manageFilters.saveState(filterItems, filterType).
We’ve fixed an issue where closing popovers did not affect the event edit modal on mobile and added a helper function to close popovers as well: dbk.closePopovers().
It fixes a bug that would clear the resource column count selection when navigating to admin settings if loading custom resources in certain scenarios. It also changes the order of the resource folders when onboarding new users in Salesforce.
It fixes an issue where a multiselect event selection would start when clicking outside of an event popover to save it, where a second dialog would show (when editing a repeating event, for example).
It fixes a bug that could cause weird behavior when deleting or editing repeating events and selecting “Future Repetitions”. This includes better error handling and improved expected behaviors.
Finally, this update also includes a major refactor around managing group members. This includes better error handling and trapping, and the ability to recover from unexpected results. Any group member added can also now be removed by an admin, should that new user record arrive in some type of failed state.