1
0

Allow binding goal saving w/o exposures and disallow destruction

This commit is contained in:
cryptogopher
2020-08-22 23:17:24 +02:00
parent 8f0e718b4a
commit cf0e14d87d
6 changed files with 51 additions and 33 deletions

View File

@@ -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"