Merge pull request #27970 from nextcloud/enh/stable20-breadcrumb-detail-view-in-menu

[stable20] Show registered breadcrumb detail views in breadcrumb menu
This commit is contained in:
Julius Härtl 2021-07-14 21:10:13 +02:00 committed by GitHub
commit 707ee8878d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

View file

@ -176,6 +176,7 @@
dirInfo: this.dirInfo
});
$crumb.append(view.$el);
$menuItem.append(view.$el.clone(true));
}, this);
// setup drag and drop

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -57,6 +57,7 @@
},
_onClick(e) {
e.preventDefault()
e.stopPropagation()
const fileInfoModel = new OCA.Files.FileInfoModel(this._dirInfo)
const self = this