mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-3549] add role dialog in manage version dialog (#2768)
This commit is contained in:
parent
b63a07b012
commit
5e94104c87
@ -579,7 +579,7 @@ export class ContentManagementService {
|
|||||||
title: 'VERSION.DIALOG.TITLE'
|
title: 'VERSION.DIALOG.TITLE'
|
||||||
};
|
};
|
||||||
this.newVersionUploaderService
|
this.newVersionUploaderService
|
||||||
.openUploadNewVersionDialog(newVersionUploaderDialogData, { width: '630px' })
|
.openUploadNewVersionDialog(newVersionUploaderDialogData, { width: '630px', role: 'dialog' })
|
||||||
.subscribe((newVersionUploaderData: NewVersionUploaderData) => {
|
.subscribe((newVersionUploaderData: NewVersionUploaderData) => {
|
||||||
switch (newVersionUploaderData.action) {
|
switch (newVersionUploaderData.action) {
|
||||||
case NewVersionUploaderDataAction.refresh:
|
case NewVersionUploaderDataAction.refresh:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user