Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure junction appears when filtering quick-add list #4297

Merged
merged 1 commit into from Sep 5, 2023

Conversation

knolleary
Copy link
Member

Fixes #4294

The list of types in the quick-add dialog includes a set of 'common' options at the top. These are duplicate entries shown at the top of the list.

When applying a filter, the code ignores the common entries - this means we don't get duplicate results (the 'common' entry and the regular entry).

The 'junction' node is added as a common entry, but wasn't being added to the main list. This meant, when filtering, the junction entry would not appear.

The fix is to include a junction entry in the main list.

@knolleary knolleary linked an issue Sep 1, 2023 that may be closed by this pull request
@knolleary knolleary merged commit 9a899b9 into dev Sep 5, 2023
3 checks passed
@knolleary knolleary deleted the 4294-fix-junction-quick-add branch September 5, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't add a Junction by Ctrl-click and typing junction
1 participant