Show the comments and tags on the share filters
This commit is contained in:
parent
1cb3583a9a
commit
077a407285
2 changed files with 4 additions and 5 deletions
Binary file not shown.
|
@ -21,14 +21,13 @@
|
|||
* @namespace
|
||||
*/
|
||||
OCA.SystemTags.FilesPlugin = {
|
||||
allowedLists: [
|
||||
'files',
|
||||
'favorites',
|
||||
'systemtagsfilter'
|
||||
ignoreLists: [
|
||||
'files_trashbin',
|
||||
'files.public'
|
||||
],
|
||||
|
||||
attach: function(fileList) {
|
||||
if (this.allowedLists.indexOf(fileList.id) < 0) {
|
||||
if (this.ignoreLists.indexOf(fileList.id) >= 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue