1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5e9d00b4d205/ Changeset: 5e9d00b4d205 User: carlfeberhard Date: 2013-07-09 18:10:59 Summary: Fix form url in history permissions form Affected #: 1 file diff -r 9e985bee20419c0cdbf76fadbe2448400820cbb9 -r 5e9d00b4d205b834fffd9568fde2055032267499 templates/webapps/galaxy/history/permissions.mako --- a/templates/webapps/galaxy/history/permissions.mako +++ b/templates/webapps/galaxy/history/permissions.mako @@ -4,5 +4,6 @@ %if trans.user: <% history = trans.get_history() %> - ${render_permission_form( history, history.name, h.url_for(controller='root'), trans.user.all_roles() )} + ${render_permission_form( history, history.name, + h.url_for( controller='root', action='history_set_default_permissions' ), trans.user.all_roles() )} %endif 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.