You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bulk group create count bug in status label. Showing correct successful count now.
Fixed an internal issue where some users do not have a JoinedOn datetime that gets returned when we get user stats for View Usage and also to export user stats to CSV. Since this is a datetime value we were getting nulls on conversion. Now replace the nulls with min values for datetime and pass that to the UI.
New config check function that checks the config with the install to make sure it is the current version's config file. We have seen spotted issues over time where some uninstalls/reinstalls over old versions of the Admin Toolkit don't clean up this file correctly. The new check will replace the live config with a backup and relaunch the app now.