mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1921] Create folder structure from template (#1309)
* update template actions * update template effects * declare menu option * rename dialog component * rename service * update tests * update docs * e2e fix locator * fix translation reference
This commit is contained in:
committed by
Adina Parpalita
parent
653be8bbcd
commit
8603d13f71
@@ -29,7 +29,7 @@ import { Component } from '../component';
|
||||
|
||||
export class CreateFromTemplateDialog extends Component {
|
||||
private static selectors = {
|
||||
root: '.aca-file-from-template-dialog',
|
||||
root: '.aca-create-from-template-dialog',
|
||||
|
||||
title: '.mat-dialog-title',
|
||||
nameInput: 'input[placeholder="Name" i]',
|
||||
|
Reference in New Issue
Block a user