|
|
|
|
@ -206,6 +206,17 @@ class ViewControllerTest extends TestCase { |
|
|
|
|
'type' => 'link', |
|
|
|
|
'classes' => '', |
|
|
|
|
], |
|
|
|
|
[ |
|
|
|
|
'id' => 'deletedshares', |
|
|
|
|
'appname' => 'files_sharing', |
|
|
|
|
'script' => 'list.php', |
|
|
|
|
'order' => 18, |
|
|
|
|
'name' => \OC::$server->getL10N('files_sharing')->t('Deleted shares'), |
|
|
|
|
'active' => false, |
|
|
|
|
'icon' => '', |
|
|
|
|
'type' => 'link', |
|
|
|
|
'classes' => '', |
|
|
|
|
], |
|
|
|
|
[ |
|
|
|
|
'id' => 'systemtagsfilter', |
|
|
|
|
'appname' => 'systemtags', |
|
|
|
|
@ -269,6 +280,10 @@ class ViewControllerTest extends TestCase { |
|
|
|
|
'id' => 'sharinglinks', |
|
|
|
|
'content' => null, |
|
|
|
|
], |
|
|
|
|
[ |
|
|
|
|
'id' => 'deletedshares', |
|
|
|
|
'content' => null, |
|
|
|
|
], |
|
|
|
|
[ |
|
|
|
|
'id' => 'systemtagsfilter', |
|
|
|
|
'content' => null, |
|
|
|
|
|