-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Bug/noid/fix missing quickaccess favorite folder on add #10888
Bug/noid/fix missing quickaccess favorite folder on add #10888
Conversation
Hey, @newhinton, thanks a lot for this fix. Could you please provide some reproduction steps for this? I don't fully understand your description, so I couldn't reproduce the problem. Why do you mean by 'quickaccessbar'? The left sidebar in the files app? |
Oh, and commit 8d38f80 seems to be unrelated to this fix, correct? |
yeah, 8d38f80 belongs to #10887 (actually, it IS #10887) The quickaccessbar is the dropdown which gets added to the favorites-navigation-element in the filesapp navigation bar. There are currently two ways do add an item to the bar: Both should immediately add the folder to the quickaccess, which does not happen, because there is a route missing. To make them show up, you need to reload the page |
b9ed5d5
to
649c271
Compare
Rebased |
@skjnldsv Conflicting |
649c271
to
5b94fc2
Compare
5b94fc2
to
c8af5fb
Compare
@newhinton Can you rebase the changes and remove the unrelated 5d2ca94 commit? Otherwise it looks good from my side. |
5d8af24
to
52a66a3
Compare
…added to favorites Signed-off-by: fnuesse <felix.nuesse@t-online.de>
52a66a3
to
8dc4499
Compare
@juliushaertl should be fine now :) |
mmm are we missing commits here? |
@rullzer What do you mean? Is this fix not working? |
@rullzer Doesn't seem so 😉 Tested and works as expected 👍 CI failure seems unrelated:
|
@newhinton Mind to backport this to stable14? |
@MorrisJobke I will try to do it on the weekend, i just create a pr with the fixes to stable14 right? |
@newhinton Yes, we do backports by cherry picking the changes. The following git commands should do the job for this PR:
|
@newhinton Do you need any further help for the backport? I plan to do the RC for the maintenance releases on Thursday so it should be back ported by then. |
@MorrisJobke No, i just didn't found the time, but i will do it today, so there should be a PR ready tomorrow morning |
Perfect. If you need help then we are here to do so :) |
@MorrisJobke Done! :D |
Thanks 👍 |
When you mark a folder as favorite, it should be added to the quickaccessbar. This is not the case, because the route for checking if the newly marked element is a folder or a directory is missing. This PR readds the missing route.