Allow binding goal saving w/o exposures and disallow destruction
This commit is contained in:
4
test/fixtures/goals.yml
vendored
4
test/fixtures/goals.yml
vendored
@@ -2,3 +2,7 @@ goals_binding:
|
||||
project_id: 1
|
||||
is_binding: true
|
||||
name: "<%= I18n.t 'targets.form.binding_goal' %>"
|
||||
goals_non_binding:
|
||||
project_id: 1
|
||||
is_binding: false
|
||||
name: "Non-binding goal"
|
||||
|
||||
Reference in New Issue
Block a user