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:
authorNathan Friend <nathan@gitlab.com>2019-05-17 20:05:15 +0300
committerNathan Friend <nathan@gitlab.com>2019-05-17 20:05:15 +0300
commit2a4a732db94652a131aae0fc57801a8f09fabead (patch)
treeb8a201b60826683c8d262d590e2a79d2b7d8cc26 /changelogs
parent913bc9649b012b178ef1acb9ef254fcc565be248 (diff)
Fix throttling issue in form dirty checking
This commit fixes an issue that was causing the "Save changes" button to be incorrectly enabled or disabled when changes were made to a form. (Specifically, some of the subsections in the project settings pages.)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/61928-remove-throttle-from-dirty-submit.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/61928-remove-throttle-from-dirty-submit.yml b/changelogs/unreleased/61928-remove-throttle-from-dirty-submit.yml
new file mode 100644
index 00000000000..f8ef5dbb53b
--- /dev/null
+++ b/changelogs/unreleased/61928-remove-throttle-from-dirty-submit.yml
@@ -0,0 +1,6 @@
+---
+title: Fix issue that causes "Save changes" button in project settings pages to be
+ enabled/disabled incorrectly when changes are made to the form
+merge_request: 28377
+author:
+type: fixed