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
refactor(app_configuration): centralize decorator type visibility logic
This commit introduces a new method `_isDecoratorApplicableToRole` to centralize the logic for determining if a decorator type is applicable to a user role. This change improves code maintainability and prevents illogical configurations in the dashboard.
- Added `_isDecoratorApplicableToRole` method in `_FeedDecoratorFormState` class
- Updated checkbox visibility logic in `buildRoleConfigCheckbox` method
0 commit comments