Skip to content

Bug 889650: Fix crash when searching "match all of the same field" on Flags - #179

Open
topunix wants to merge 1 commit into
bugzilla:mainfrom
topunix:bug-889650-harmony
Open

Bug 889650: Fix crash when searching "match all of the same field" on Flags#179
topunix wants to merge 1 commit into
bugzilla:mainfrom
topunix:bug-889650-harmony

Conversation

@topunix

@topunix topunix commented Jul 30, 2026

Copy link
Copy Markdown

Details

Harmony port of bugzilla/bugzilla#237. The grouped flag search in
_flagtypes_nonchanged was reading from $bugs_table, which has already been
reassigned to the grouped alias at that point, so the subquery referenced a
bugs_g2 table that does not exist. Reads from the real bugs table instead.

Also adds the matching regression test to CUSTOM_SEARCH_TESTS.

Additional info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant