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

[document_repository] files from all directories shown without filtering #5449

Closed
3design opened this issue Oct 31, 2019 · 2 comments
Closed
Assignees
Labels
Critical to release PR or issue is key for the release to which it has been assigned UI PR or issue introducing/requiring improvements to the LORIS User Interface

Comments

@3design
Copy link

3design commented Oct 31, 2019

task
9. Check that expand/collapse works for non-empty categories. Check that when performing a search, the categories containing the resulting files (and only those) are shown in a list format [Manual Testing]

expected results:
when in a directory, only files in that directory are shown in the list

actual results:
all files from all sub directories are shown in the list

comments: For example I have the following files in these directories
root> file1.txt
root> file2.txt
root>level1> file3.txt
root>level1>level1a> file4.txt

I expect to see
root>
file1.txt
file2.txt

I actually see
root>
file1.txt
file2.txt
file3.txt
file4.txt

when in level 1 I see
root>level1
file3.txt
file4.txt

@driusan driusan added the Critical to release PR or issue is key for the release to which it has been assigned label Nov 5, 2019
@zaliqarosli zaliqarosli added the UI PR or issue introducing/requiring improvements to the LORIS User Interface label Nov 5, 2019
@zaliqarosli
Copy link
Contributor

same issue as #4857

driusan pushed a commit that referenced this issue Nov 7, 2019
…ut folders (#5572)

Remove extraneous files that actually belong to subdirectories while adding a checkbox to do global filtering of files without the directory structure, so that documents can still be searched for.

Fixes #5449, #4857
@driusan
Copy link
Collaborator

driusan commented Nov 7, 2019

Fixed by @zaliqarosli's PR!

@driusan driusan closed this as completed Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Critical to release PR or issue is key for the release to which it has been assigned UI PR or issue introducing/requiring improvements to the LORIS User Interface
Projects
None yet
Development

No branches or pull requests

4 participants