nextcloud/apps
Daniel Calviño Sánchez 365d7918b2 Fix toggle element being removed when MainFileInfoView is rendered again
The toggle element was added to the MainFileInfoView element when
SystemTagsInfoView was rendered. However, if the MainFileInfoView was
rendered again after that the toggle element was removed. Therefore,
instead of adding it when SystemTagsInfoView is rendered, the toggle
element has to be added when MainFileInfoView triggers its "post-render"
event.

Note, however, that when MainFileInfoView is rendered all the events are
removed from its child elements. As the toggle uses a "click" event
either the event has to be added back or the element has to be detached
before the MainFileInfoView is rendered.

Fixes #4944

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-06-13 16:41:21 +02:00
..
admin_audit Audit log for enabling/disabling a user 2017-04-25 17:20:35 +02:00
comments [tx-robot] updated from transifex 2017-06-13 00:08:32 +00:00
dav add missing parent::setUp that broke any other dav app test 2017-06-12 20:34:18 +02:00
encryption [tx-robot] updated from transifex 2017-06-09 00:08:34 +00:00
federatedfilesharing [tx-robot] updated from transifex 2017-06-07 00:09:14 +00:00
federation [tx-robot] updated from transifex 2017-06-13 00:08:32 +00:00
files Trigger pre and post render events in MainFileInfoDetailsView 2017-06-13 16:41:20 +02:00
files_external [tx-robot] updated from transifex 2017-06-07 00:09:14 +00:00
files_sharing [tx-robot] updated from transifex 2017-06-08 00:08:37 +00:00
files_trashbin [tx-robot] updated from transifex 2017-06-06 00:08:55 +00:00
files_versions [tx-robot] updated from transifex 2017-06-07 00:09:14 +00:00
lookup_server_connector Merge pull request #4783 from nextcloud/lite-application-classes 2017-05-10 17:31:05 -05:00
oauth2 Add missing version requirement to OAuth2 app 2017-05-22 09:01:34 +02:00
provisioning_api Don't allow the user to set fields they can't see 2017-06-06 08:11:28 -05:00
sharebymail use the email address configured in Nextcloud as sender instead of the users email address 2017-06-08 11:49:10 +02:00
systemtags Fix toggle element being removed when MainFileInfoView is rendered again 2017-06-13 16:41:21 +02:00
testing Remove unused use statements 2017-04-22 19:23:31 -05:00
theming [tx-robot] updated from transifex 2017-06-13 00:08:32 +00:00
twofactor_backupcodes [tx-robot] updated from transifex 2017-06-09 00:08:34 +00:00
updatenotification [tx-robot] updated from transifex 2017-06-11 00:08:31 +00:00
user_ldap [tx-robot] updated from transifex 2017-06-13 00:08:32 +00:00
workflowengine [tx-robot] updated from transifex 2017-06-13 00:08:32 +00:00