mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 02:26:12 +10:00
Fix Jenkins CI parameters Fixes #45 ### Expected behavior Multi-project and unstable Jenkins CI parameters should be successfully enabled and persisted if the boxes are checked. ### Observed behavior If either of these checkboxes were selected and saved they were not persisted to the database. This is because the parameters were not in the list of allowed parameters in the controller. See merge request !30