Drop default rule_type when creating project approval rules
Project approval rules already have a default column `rule_type` set & shouldn't require an explicit one. This actually interferes with `ApprovalRules::CreateService` which assumes an explicitly passed `rule_type` should be set by using a `#reverse_merge`. By dropping the forced default we can roll out a more gradual frontend update to trigger this behavior rather than require changes on both the backend and frontend
Showing
Please register or sign in to comment