-
Notifications
You must be signed in to change notification settings - Fork 9
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: Hide empty inline menu entry in grid view #586
Conversation
4f768af
to
4892d69
Compare
Signed-off-by: Julius Knorr <[email protected]>
4892d69
to
d84fe76
Compare
/backport to stable31 |
/backport to stable30 |
/backport to stable29 |
I'll add a test case as well |
@juliusknorr should we not just show some meaningful information? |
As mentioned in the other ticket we have another action for the menu entry: https://github.com/nextcloud/files_lock/blob/fix/inline-grid-view/src/main.ts#L113 |
The grid view currently does not support inline actions and renders them in the menu. This is a quick fix to address nextcloud/server#51452 to align with our other quick fix in https://github.com/nextcloud/files_lock/blob/main/src/main.ts#L98-L100