diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-06-09 09:09:41 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-06-09 09:13:29 +0200 |
commit | 6bcace4609a27fc864b873bf66c66a8c2468ce87 (patch) | |
tree | 623ddee823f8be0209f93e541f7e5573030da3d1 /tests/karma.config.js | |
parent | ccf4b9ec69c3a9d33cc02b5cf01f2ff0a866efdd (diff) | |
download | nextcloud-server-6bcace4609a27fc864b873bf66c66a8c2468ce87.tar.gz nextcloud-server-6bcace4609a27fc864b873bf66c66a8c2468ce87.zip |
Extract toggle visibility of a SystemTagsInfoView to its own view
The SystemTagsInfoViewToggleView is a basic view that renders a label
that, when clicked, toggles the visibility of an associated
SystemTagsInfoView.
In order to keep the view parent agnostic its attachment and detachment
to/from the MainfFileInfoView is done in the FilesPlugin.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 62b5171dcd1..07dc2965346 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -102,6 +102,7 @@ module.exports = function(config) { // need to enforce loading order... 'apps/systemtags/js/app.js', 'apps/systemtags/js/systemtagsinfoview.js', + 'apps/systemtags/js/systemtagsinfoviewtoggleview.js', 'apps/systemtags/js/systemtagsfilelist.js', 'apps/systemtags/js/filesplugin.js' ], |