-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Browse items by category #10163
Browse items by category #10163
Conversation
d4a1a8c
to
1fc1581
Compare
aede5ad
to
63ce675
Compare
23f4ffd
to
5f63198
Compare
5f63198
to
12c9925
Compare
It should be ok now |
68e94bf
to
3962f2c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me, this PR is almost ready to be merged.
The tree display should be improved. On my browser, the left border seems to be missing
Also, I still have some edge cases that may require a fix.
-
The selected category is not stored, so when the page is refresh (manually, or when user changes displayed columns), the previously selected category is lost and the items without any category are displayed.
-
When adding a new criterion, or when switching to "trashbin" view, page is refreshed, and selected category is lost. Even if it was stored, it may be empty when using new criteria, so it may not be present in the tree.
We do a functionnal review with @orthagh and here are our comments.
|
fbf1e78
to
2dacaab
Compare
It looks like when switching to the tree browse view, it replaces the I can work on fluid search compatibility if you want. |
2dacaab
to
508f899
Compare
This is still not OK. When you use any of the search actions (change a criteria, use the pagination, ...), the category filter is not applied anymore. |
I thought so so I made my PR a draft. It will need some changes on the JS side to inject the search criteria. |
@cconard96 Do not hesitate to push your fixes here. |
I'm not sure if I can. I've tried for other PRs in the past but I don't have access. I thought only repo maintainers could push to other people's PRs. |
508f899
to
af4d34b
Compare
It is not yet OK. The criteria are not applied immediately, you have to apply twice. |
With the category tree filtering results after the regular search is applied, I'm not sure of the correct fix. |
As seen internally, I merge this to be able to integrate it in 10.0.0-rc. Latest bug have to be fixed in another PR soon. |
Browse items by category, as already exists for kb items