Don't redirect when editing an organisation name/slug

This commit is contained in:
2022-03-08 16:54:34 +00:00
parent 05942afd61
commit 38c57d463f
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
$(document).ready(function() {
// Control buttons
bindOrganisationButtons($("#view-organisation"), { delete_redirect: page.delete_redirect, leave_redirect: page.leave_redirect });
bindOrganisationButtons($("#view-organisation"), { delete_redirect: page.delete_redirect, leave_redirect: page.leave_redirect, allow_redirect: true });
// Table of users in this organisation
$("#widget-organisation-members").ufTable({