2 commits - plugins/kolab_files

Aleksander Machniak machniak at kolabsys.com
Tue Aug 6 09:31:59 CEST 2013


 plugins/kolab_files/kolab_files.js |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b4dd53e2c48bb84b4401a5f8e3307216f2d050eb
Merge: 8eccce9 af0383d
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Tue Aug 6 09:31:53 2013 +0200

    Merge branch 'master' of ssh://git.kolab.org/git/roundcube



commit 8eccce91c2a1c9dfa1bf170288d7ee2c989a50fe
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Tue Aug 6 09:31:13 2013 +0200

    Fix warning on files actions in compose page (Bug #2082)

diff --git a/plugins/kolab_files/kolab_files.js b/plugins/kolab_files/kolab_files.js
index 6d4b1ff..71e2780 100644
--- a/plugins/kolab_files/kolab_files.js
+++ b/plugins/kolab_files/kolab_files.js
@@ -33,6 +33,9 @@ window.rcmail && rcmail.addEventListener('init', function() {
         rcmail.file_list.init();
         kolab_files_list_coltypes();
       }
+
+      // register some commands to skip warning message on compose page
+      $.merge(rcmail.env.compose_commands, ['files-list', 'files-sort', 'files-search', 'files-search-reset']);
     }
     // mail preview
     else if (rcmail.env.action == 'show' || rcmail.env.action == 'preview') {




More information about the commits mailing list