Skip to content

Commit

Permalink
Merge pull request #195 from Alfresco/dev-dcano-ADF-4353
Browse files Browse the repository at this point in the history
[ADF-4353] Fix templates and update tab title
  • Loading branch information
eromano authored Apr 3, 2019
2 parents cd4fb09 + 8656212 commit 69a7179
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 11 deletions.
1 change: 1 addition & 0 deletions app/templates/adf-cli-acs-aps-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@alfresco/adf-content-services": "3.1.0",
"@alfresco/adf-process-services": "3.1.0",
"@alfresco/adf-insights": "3.1.0",
"@alfresco/adf-extensions": "3.1.0",
"@alfresco/js-api": "3.1.0",
"@angular/animations": "7.0.3",
"@angular/cdk": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion app/templates/adf-cli-acs-aps-template/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>ACS APS ADF Application with Angular CLI</title>
<title>ACS APS ADF Application</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
1 change: 1 addition & 0 deletions app/templates/adf-cli-acs-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@alfresco/adf-core": "3.1.0",
"@alfresco/adf-content-services": "3.1.0",
"@alfresco/js-api": "3.1.0",
"@alfresco/adf-extensions": "3.1.0",
"@angular/animations": "7.0.3",
"@angular/cdk": "7.0.3",
"@angular/common": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion app/templates/adf-cli-acs-template/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>ACS ADF Application with Angular CLI</title>
<title>ACS ADF Application</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
1 change: 1 addition & 0 deletions app/templates/adf-cli-activiti-acs-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@alfresco/adf-content-services": "3.1.0",
"@alfresco/adf-process-services-cloud": "3.1.0",
"@alfresco/adf-insights": "3.1.0",
"@alfresco/adf-extensions": "3.1.0",
"@alfresco/js-api": "3.1.0",
"@angular/animations": "7.0.3",
"@angular/cdk": "7.0.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h3>Tasks > {{ appName }}</h3>

<button
<button
*ngIf="appName"
mat-raised-button
routerLink="/apps/{{appName}}/start-process"
Expand All @@ -9,6 +9,6 @@ <h3>Tasks > {{ appName }}</h3>
</button>

<adf-cloud-task-list
[applicationName]="appName"
[appName]="appName"
(rowClick)="onRowClick($event)">
</adf-cloud-task-list>
</adf-cloud-task-list>
2 changes: 1 addition & 1 deletion app/templates/adf-cli-activiti-acs-template/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>APS ADF Application with Angular CLI</title>
<title>Activiti & ACS ADF Application</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
1 change: 1 addition & 0 deletions app/templates/adf-cli-activiti-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@alfresco/adf-core": "3.1.0",
"@alfresco/adf-insights": "3.1.0",
"@alfresco/adf-process-services-cloud": "3.1.0",
"@alfresco/adf-extensions": "3.1.0",
"@alfresco/js-api": "3.1.0",
"@angular/animations": "7.0.3",
"@angular/cdk": "7.0.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h3>Tasks > {{ appName }}</h3>

<button
<button
*ngIf="appName"
mat-raised-button
routerLink="/apps/{{appName}}/start-process"
Expand All @@ -9,6 +9,6 @@ <h3>Tasks > {{ appName }}</h3>
</button>

<adf-cloud-task-list
[applicationName]="appName"
[appName]="appName"
(rowClick)="onRowClick($event)">
</adf-cloud-task-list>
</adf-cloud-task-list>
2 changes: 1 addition & 1 deletion app/templates/adf-cli-activiti-template/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>APS ADF Application with Angular CLI</title>
<title>Activiti ADF Application</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
1 change: 1 addition & 0 deletions app/templates/adf-cli-aps-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@alfresco/adf-content-services": "3.1.0",
"@alfresco/adf-process-services": "3.1.0",
"@alfresco/adf-insights": "3.1.0",
"@alfresco/adf-extensions": "3.1.0",
"@alfresco/js-api": "3.1.0",
"@angular/animations": "7.0.3",
"@angular/cdk": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion app/templates/adf-cli-aps-template/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>APS ADF Application with Angular CLI</title>
<title>APS ADF Application</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 69a7179

Please sign in to comment.