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

fix(systemtags): Sub folders should be opened in files #47135

Merged
merged 1 commit into from
Aug 9, 2024

Commits on Aug 9, 2024

  1. fix(systemtags): Sub folders should be opened in files

    Currently this is simply broken and here are two ways:
    1. Open subfolders in files view
    2. Implement logic to save last request
    
    1 is the way this is now implemented, basically copy-paste from the recent view.
    2 is much more complicated because if we get `/2/foo/bar` as the path we need to know the source of `foo`, so we would need at least 2 requests or cache the previous directory. We do not do it like this for any view so lets just stick with 1 for now.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    124288f View commit details
    Browse the repository at this point in the history