Added project scenarios identifiers to bottom of identifiers panel of project designs info modal
This commit is contained in:
@@ -36,5 +36,13 @@ if (eq tab 'identifiers')
|
||||
td
|
||||
if workflow_action_definition.completes_group
|
||||
i.checkmark.box.icon
|
||||
|
||||
if model.project_scenarios.length
|
||||
.ui.horizontal.divider= t 'models.plural.project_scenario'
|
||||
table.ui.compact.definition.table
|
||||
each model.sorted_project_scenarios as |project_scenario|
|
||||
tr
|
||||
td= project_scenario.name
|
||||
td= project_scenario.identifier
|
||||
.modal-actions.sticky
|
||||
button.ui.basic.button.modal-rollback{action 'close'}= t 'general.close'
|
||||
|
||||
@@ -36,7 +36,7 @@ translations = attributes:
|
||||
state: 'State'
|
||||
project_instance_action:
|
||||
state: 'State'
|
||||
target_date: 'Action Date'
|
||||
target_date: 'Action target date'
|
||||
value: 'Value'
|
||||
notes: 'Info'
|
||||
completed_at: 'Completed'
|
||||
|
||||
Reference in New Issue
Block a user