Skip to content
Snippets Groups Projects
Commit c0822b97 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Merge branch 'deprecated-config-save-text' into 'master'

Drop a deprecated button text configuring a process

Closes #1062

See merge request teklia/arkindex/frontend!1322
parents a499abed bd971bef
No related branches found
No related tags found
1 merge request!1322Drop a deprecated button text configuring a process
......@@ -180,7 +180,6 @@ export default {
},
saveButtonTitle () {
if (this.canSave && this.selectedConfigurationId) return 'Select this configuration.'
if (!this.selectedConfigurationId && this.configurationId) return `Remove configuration ${this.workerConfigurations[this.workerId][this.configurationId].name}.`
if (this.configCreate) return 'Create the new configuration first, or select an existing configuration to use.'
if (this.loading) return 'Loading…'
if (this.selectedConfiguration?.archived) return 'An archived configuration cannot be selected in a process.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment