mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-18890 Disable attach file in form preview mode (#9469)
This commit is contained in:
@@ -83,4 +83,8 @@ export class FormService implements FormValidationService {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
getPreviewState(): boolean {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
@@ -35,7 +35,10 @@
|
||||
"TITLE": "Start Form"
|
||||
},
|
||||
"PREVIEW": {
|
||||
"IMAGE_NOT_AVAILABLE": "Preview not available"
|
||||
"IMAGE_NOT_AVAILABLE": "Preview not available",
|
||||
"ATTACH_FILE_WIDGET": {
|
||||
"ON_ATTACH_FILE_CLICK": "In preview mode you cannot attach a file"
|
||||
}
|
||||
},
|
||||
"FIELD": {
|
||||
"LOCALSTORAGE": "Local storage",
|
||||
|
Reference in New Issue
Block a user