UNCLASSIFIED - NO CUI

Skip to content

Added effect hook to fix bug where after deletion the toolbar will still indicate a user that does not exist is selected.

Erik Fong requested to merge admin_dashboard_bugfix_ondelete_fix into master

Added effect hook to fix bug where after deletion the toolbar will still indicate a user that does not exist is selected. A new bug is discovered with how objects are treated and my misunderstanding of functional programming. The callbacks for onDelete have also been removed as they were more like temporary solutions.

Merge request reports