-
- Downloads
Merge branch 'fix-variable-saving-error' into 'master'
Fix variable saving error This is regression not allowing to save the variables if the variable name exists in other projects. This also fixes error rendering issue for variables, which previously was rendered on project's settings page. See merge request !237
No related branches found
No related tags found
Showing
- CHANGELOG 2 additions, 0 deletionsCHANGELOG
- app/controllers/variables_controller.rb 15 additions, 1 deletionapp/controllers/variables_controller.rb
- app/models/variable.rb 1 addition, 1 deletionapp/models/variable.rb
- app/views/variables/show.html.haml 1 addition, 1 deletionapp/views/variables/show.html.haml
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
- spec/features/variables_spec.rb 1 addition, 1 deletionspec/features/variables_spec.rb
Please register or sign in to comment