Skip to content

[Instruments] Remove Excluded Instruments from DD and DQT#10843

Open
sruthymathew123 wants to merge 1 commit into
aces:29.0-releasefrom
sruthymathew123:dd_fix_exclude_instr_2
Open

[Instruments] Remove Excluded Instruments from DD and DQT#10843
sruthymathew123 wants to merge 1 commit into
aces:29.0-releasefrom
sruthymathew123:dd_fix_exclude_instr_2

Conversation

@sruthymathew123

@sruthymathew123 sruthymathew123 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Brief summary of changes

Instruments added to the "Excluded instruments" configuration setting were
still queryable in the Data Dictionary module and the DQT. The
excluded_instruments setting was was not considered by the instrument query engine that both modules use.

Testing instructions (if applicable)

  1. Go to the Configuration module > Instruments and add an instrument
    to the "Excluded instruments" section, then save.
  2. Open the Data Dictionary module: the excluded instrument should no longer
    appear as a category, and none of its fields should be listed.
  3. Open the DQT and check the field browser under the instruments module:
    the excluded instrument and its fields should not be available for
    querying.
  4. Return to the Configuration module, remove the instrument from the
    "Excluded instruments" list, and save.
  5. Verify the instrument and its fields reappear in both the Data Dictionary
    and the DQT without any additional steps.

Link(s) to related issue(s)

@github-actions github-actions Bot added Language: PHP PR or issue that update PHP code Module: instruments PR or issue related to instruments module labels Jul 8, 2026
@sruthymathew123 sruthymathew123 added the 29.0.0 - Bugs Issues found during the release testing for 29.0.0 label Jul 8, 2026
@sruthymathew123 sruthymathew123 linked an issue Jul 8, 2026 that may be closed by this pull request
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 Language: PHP PR or issue that update PHP code Module: instruments PR or issue related to instruments module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[configuration] Cannot exclude instruments

1 participant