3 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/7794e02d5ee5/ Changeset: 7794e02d5ee5 User: dannon Date: 2013-06-07 18:11:58 Summary: Remove select2 from all standard edit permissions forms -- this fixes library permission page (and others). Affected #: 1 file diff -r 3b3f95704d2c093192fe82e687b0be5057600dfb -r 7794e02d5ee53d6302100606e6a18674f29bebf0 templates/webapps/galaxy/dataset/security_common.mako --- a/templates/webapps/galaxy/dataset/security_common.mako +++ b/templates/webapps/galaxy/dataset/security_common.mako @@ -99,6 +99,8 @@ $( this ).attr( "selected", "selected" ); }); }); + // Temporary removal of select2 for all permissions forms + $('#edit_role_associations select').select2("destroy"); }); </script><div class="toolForm"> https://bitbucket.org/galaxy/galaxy-central/commits/094dbdc2b169/ Changeset: 094dbdc2b169 Branch: stable User: dannon Date: 2013-06-07 18:11:58 Summary: Remove select2 from all standard edit permissions forms -- this fixes library permission page (and others). Affected #: 1 file diff -r 68db2c6900376fb8b56dae6b501c68cb598fd153 -r 094dbdc2b16994279fe3609a1f9b3edf395361e6 templates/webapps/galaxy/dataset/security_common.mako --- a/templates/webapps/galaxy/dataset/security_common.mako +++ b/templates/webapps/galaxy/dataset/security_common.mako @@ -99,6 +99,8 @@ $( this ).attr( "selected", "selected" ); }); }); + // Temporary removal of select2 for all permissions forms + $('#edit_role_associations select').select2("destroy"); }); </script><div class="toolForm"> https://bitbucket.org/galaxy/galaxy-central/commits/eddaf1b06063/ Changeset: eddaf1b06063 User: dannon Date: 2013-06-07 18:12:36 Summary: Merge with stable. Affected #: 1 file Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.