Merge pull request #5025 from tsiegleauq/set-dont-set-identifier
Adjust workflow state naming
This commit is contained in:
commit
43c7797226
@ -267,7 +267,7 @@ _('Recommendation label');
|
||||
_('Allow support');
|
||||
_('Allow create poll');
|
||||
_('Allow submitter edit');
|
||||
_('Set identifier');
|
||||
_('Do not set identifier');
|
||||
_('Show state extension field');
|
||||
_('Show recommendation extension field');
|
||||
_('Show amendment in parent motion');
|
||||
|
@ -106,7 +106,7 @@ export class WorkflowDetailComponent extends BaseViewComponent implements OnInit
|
||||
{ name: 'Allow support', selector: 'allow_support', type: 'check' },
|
||||
{ name: 'Allow create poll', selector: 'allow_create_poll', type: 'check' },
|
||||
{ name: 'Allow submitter edit', selector: 'allow_submitter_edit', type: 'check' },
|
||||
{ name: 'Set identifier', selector: 'dont_set_identifier', type: 'check' },
|
||||
{ name: 'Do not set identifier', selector: 'dont_set_identifier', type: 'check' },
|
||||
{ name: 'Show state extension field', selector: 'show_state_extension_field', type: 'check' },
|
||||
{
|
||||
name: 'Show recommendation extension field',
|
||||
|
Loading…
Reference in New Issue
Block a user