Commit Graph

10 Commits

Author SHA1 Message Date
GitLab Bot c15582526d Add latest changes from gitlab-org/gitlab@master 2022-10-26 12:11:43 +00:00
GitLab Bot 698fe342b9 Add latest changes from gitlab-org/gitlab@master 2022-03-04 18:20:01 +00:00
GitLab Bot 835f1214dc Add latest changes from gitlab-org/gitlab@master 2021-02-14 18:09:20 +00:00
GitLab Bot 5838993b5f Add latest changes from gitlab-org/gitlab@master 2020-12-23 21:10:24 +00:00
GitLab Bot 92077e0f8d Add latest changes from gitlab-org/gitlab@master 2020-03-31 06:07:50 +00:00
Nathan Friend 2a4a732db9
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.)
2019-05-17 14:05:15 -03:00
Luke Bennett b7f7638310
Improve project settings page
Prioritize and simplify project settings content.
2019-04-11 18:21:14 +01:00
Luke Bennett 88ce491fc9
Fix DirtySubmit handling of checkbox and radio inputs
Most browsers do not fire the "input" event for checkboxes or radios.
Adds a "change" listener to properly trigger these DirtySubmit updates.
2019-01-22 02:04:32 +00:00
Stan Hu a22fd26e4f Fix save button not activating when original setting started as null 2018-11-06 08:48:03 +00:00
Luke Bennett 7cf19c0b81 Prioritize group settings, improve panel titles, disable submit without changes 2018-10-15 13:36:19 +00:00