mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-3084] Add retrieve metadata option in upload widget (#5903)
* AAE-3084 Add retrieve metadata option to upload widget file menu * AAE-3084 Fix rebasing issues * AAE-3084 Fix behaviour on empty dropdown * Update en.json * AAE-3084 Fix en.json Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
83786bf271
commit
aeff60a1b5
@@ -29,4 +29,10 @@ export interface FormFieldMetadata {
|
||||
type: string;
|
||||
};
|
||||
responseVariable?: boolean;
|
||||
menuOptions?: {
|
||||
show?: boolean,
|
||||
download?: boolean,
|
||||
retrieveMetadata?: boolean,
|
||||
remove?: boolean
|
||||
};
|
||||
}
|
||||
|
@@ -60,6 +60,8 @@ export class FormService {
|
||||
|
||||
executeOutcome = new Subject<FormOutcomeEvent>();
|
||||
|
||||
updateFormValuesRequested = new Subject<FormValues>();
|
||||
|
||||
constructor(private ecmModelService: EcmModelService,
|
||||
private apiService: AlfrescoApiService,
|
||||
protected logService: LogService) {
|
||||
|
Reference in New Issue
Block a user