Skip to content

[dictionary] filter disabled logic + category filter disabling trigger#10689

Open
regisoc wants to merge 2 commits into
aces:29.0-releasefrom
regisoc:20260623_dictionary_filter_disabled_logic_bugfix
Open

[dictionary] filter disabled logic + category filter disabling trigger#10689
regisoc wants to merge 2 commits into
aces:29.0-releasefrom
regisoc:20260623_dictionary_filter_disabled_logic_bugfix

Conversation

@regisoc

@regisoc regisoc commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Brief summary of changes

  • Fix: filter logic missing in jsx Filter
  • add: disabled logic on dictionary category filter based on module filter selection.

Testing instructions (if applicable)

Run

target=dictionary npm run compile
  1. go to dictionary module: Menu bar > Tools > Data Dictionary.
  2. look at the filter menu.
  3. if module filter is not set/blank, the category filter will be disabled. Else, it will contain module-specific categories, blank by default to select all categories for a single module.
image

Link(s) to related issue(s)

@regisoc regisoc added Area: UI PR or issue related to the user interface Language: Javascript PR or issue that update Javascript code Module: dictionary PR or issue related to (new) dictionary module labels Jun 23, 2026
@CamilleBeau CamilleBeau added the Critical to release PR or issue is key for the release to which it has been assigned label Jun 23, 2026
@regisoc regisoc changed the base branch from main to 29.0-release June 23, 2026 15:15
@regisoc regisoc added the 29.0.0 - Bugs Issues found during the release testing for 29.0.0 label Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

29.0.0 - Bugs Issues found during the release testing for 29.0.0 Area: UI PR or issue related to the user interface Critical to release PR or issue is key for the release to which it has been assigned Language: Javascript PR or issue that update Javascript code Module: dictionary PR or issue related to (new) dictionary module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[dictionary] Category dropdown empty by default

2 participants