massenergize / api

Backend Code for Massenergize Portal. This provides the API to the backend database, and is shared by the various front-end portal projects.
MIT License
5 stars 8 forks source link

BUG: Customizing navigation menu - Disable children when parent is disabled #1070

Open abdullai-t opened 3 months ago

abdullai-t commented 3 months ago

Description

There is an issue with the navigation menu customization where child menu items are still visible even when their parent menu item is disabled. This behavior is inconsistent with the expected behavior, where disabling a parent menu item should also disable its child menu items.

Acceptance Criteria

boatengjephthah27 commented 2 months ago

@frimpongopoku

for the Acceptance criteria, can you ensure that when a user disables a parent menu on the admin portal, all its children get disabled too? You know for better UX. Will make admins understand that all child menus would be disabled as well

frimpongopoku commented 2 months ago

@abdullai-t why did you close this ticket?