mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-4106] Removed default text for file upload placeholder (#3065)
Co-authored-by: Aayush Rohila <aayush.rohila@contractors.onbase.com>
This commit is contained in:
committed by
GitHub
parent
25f9a03110
commit
13548b730d
@@ -22,8 +22,7 @@
|
|||||||
"NAME": "Enter rule name",
|
"NAME": "Enter rule name",
|
||||||
"DESCRIPTION": "Enter rule description",
|
"DESCRIPTION": "Enter rule description",
|
||||||
"NO_DESCRIPTION": "No description",
|
"NO_DESCRIPTION": "No description",
|
||||||
"VALUE": "Value",
|
"VALUE": "Value"
|
||||||
"CHOOSE_FOLDER": "Choose destination folder"
|
|
||||||
},
|
},
|
||||||
"ERROR": {
|
"ERROR": {
|
||||||
"REQUIRED": "This field is required",
|
"REQUIRED": "This field is required",
|
||||||
|
@@ -194,7 +194,7 @@ export class RuleActionUiComponent implements ControlValueAccessor, OnInit, OnDe
|
|||||||
return new CardViewTextItemModel({
|
return new CardViewTextItemModel({
|
||||||
...cardViewPropertiesModel,
|
...cardViewPropertiesModel,
|
||||||
icon: 'folder',
|
icon: 'folder',
|
||||||
default: this.translate.instant('ACA_FOLDER_RULES.RULE_DETAILS.PLACEHOLDER.CHOOSE_FOLDER'),
|
default: '',
|
||||||
clickable: true,
|
clickable: true,
|
||||||
clickCallBack: this.openSelectorDialog.bind(this, paramDef.name),
|
clickCallBack: this.openSelectorDialog.bind(this, paramDef.name),
|
||||||
value: this.parameters[paramDef.name]
|
value: this.parameters[paramDef.name]
|
||||||
|
Reference in New Issue
Block a user