-
- Downloads
Merge branch 'fix-admin-service-template-config' into 'master'
Include missing events and fix save functionality in admin service template settings form ### What does this MR do? This MR includes missing settings left out in the Admin -> Service Templates page and fixes the inability to save certain settings. ### Are there points in the code the reviewer needs to double check? No. ### Why was this MR needed? Because the service template form was broken and untested. ### What are the relevant issue numbers / [Feature requests](http://feedback.gitlab.com/)? #1275 Before:  After:  See merge request !427
parent
cd26d79c
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/admin/services_controller.rb 3 additions, 1 deletionapp/controllers/admin/services_controller.rb
- app/views/admin/services/_form.html.haml 13 additions, 0 deletionsapp/views/admin/services/_form.html.haml
- features/admin/settings.feature 7 additions, 0 deletionsfeatures/admin/settings.feature
- features/steps/admin/settings.rb 29 additions, 0 deletionsfeatures/steps/admin/settings.rb
Please register or sign in to comment