[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:
Cilibiu Bogdan
2020-01-22 10:35:32 +02:00
committed by Adina Parpalita
parent 653be8bbcd
commit 8603d13f71
17 changed files with 598 additions and 413 deletions

View File

@@ -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]',