-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add shares breadcrumb #6965
Add shares breadcrumb #6965
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
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.
Works like a charm
Results for oCISFiles1 https://drone.owncloud.com/owncloud/web/25561/56/1 💥 The acceptance tests pipeline failed. The build has been cancelled. |
@@ -169,6 +169,10 @@ export default defineComponent({ | |||
|
|||
breadcrumbs() { | |||
return concatBreadcrumbs( | |||
{ | |||
text: this.$gettext('Shares'), |
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.
Wait no, this can only happen if sharing jail is there (oCIS feature)!
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.
Ok, will add a check later, just sitting on other stuff right now
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.
Check not needed. The view only gets navigated to in ocis with sharin jail. Oc10 navigates into mounted share in "All files" view.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Description
Related Issue
Shares
breadcrumb root when navigating into a share #6937Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: