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

Need a UI pattern for filtering tree models by parent #2518

Closed
Tracked by #1565
glennmatthews opened this issue Sep 28, 2022 · 3 comments · Fixed by #2672
Closed
Tracked by #1565

Need a UI pattern for filtering tree models by parent #2518

glennmatthews opened this issue Sep 28, 2022 · 3 comments · Fixed by #2672
Assignees
Labels
type: feature Introduction of new or enhanced functionality to the application

Comments

@glennmatthews
Copy link
Contributor

glennmatthews commented Sep 28, 2022

#774 (comment):

Implement a pattern for filtering Locations by base_site (which is a derived attribute, not a database field) so that for example when selecting a related Site while editing an object, the Location selection menu can filter to only display Locations that exist within that Site.

The specifics there may be irrelevant due to #2517, but the basic concept remains relevant, for example:

  • Give me a dropdown of Locations of type "Campus" filtered to only those within parent Location "North Carolina"
  • Give me a dropdown of Prefixes filtered to only those within parent Aggregate "10.0.0.0/8"
    Etc.

Relates to #1032, #977, #629, etc.

@amtypaldos
Copy link

This would be a big help for us!

@glennmatthews glennmatthews self-assigned this Oct 21, 2022
@jathanism
Copy link
Contributor

Related to #2513 (and related fix #2665) since we're not getting nested results from reversible queries for Dynamic Groups.

@glennmatthews glennmatthews added the type: feature Introduction of new or enhanced functionality to the application label Oct 21, 2022
@glennmatthews glennmatthews linked a pull request Oct 24, 2022 that will close this issue
5 tasks
@glennmatthews
Copy link
Contributor Author

Implemented for 1.5 by #2672

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature Introduction of new or enhanced functionality to the application
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants