Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-08-08 09:24:36 +0300
committerMike Greiling <mike@pixelcog.com>2018-08-08 09:24:36 +0300
commit308a07f365d0ea0828f404d596492ca7318c3674 (patch)
tree0bb6ea068456b2b1d71824fb32e08a211950c464 /app/views/groups/settings/_general.html.haml
parent9c0f52714ce9b406a2775a0487843d80e596d9a6 (diff)
ensure all group settings panels remain open after form submission
Diffstat (limited to 'app/views/groups/settings/_general.html.haml')
-rw-r--r--app/views/groups/settings/_general.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/settings/_general.html.haml b/app/views/groups/settings/_general.html.haml
index ab8263533be..0e225fe33a5 100644
--- a/app/views/groups/settings/_general.html.haml
+++ b/app/views/groups/settings/_general.html.haml
@@ -1,4 +1,5 @@
= form_for @group, html: { multipart: true, class: 'gl-show-field-errors' }, authenticity_token: true do |f|
+ %input{ type: 'hidden', name: 'update_section', value: 'js-general-settings' }
= form_errors(@group)
%fieldset