mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-1137] Refactor delete process directive (#5317)
* [AAE-1137] Refactor delete process directive * [AAE-1137] Fix unit tests * [AAE-1137] Add can show directive output * [AAE-1137] Remove from demo-shell, update documentation * [AAE-1137] Refactor cancel process directive * [AAE-1137] documentation typo * [AAE-1137] Add unsubscription * [AAE-1137] Fix build errors * [AAE-1137] Remove unused declaration
This commit is contained in:
committed by
Maurizio Vitale
parent
aa12be15d4
commit
133a5c3df6
@@ -1,4 +1,3 @@
|
||||
|
||||
<button data-automation-id="go-back" mat-icon-button (click)="onGoBack()">
|
||||
<mat-icon>arrow_back</mat-icon> Go Back
|
||||
</button>
|
||||
@@ -22,4 +21,3 @@
|
||||
[processInstanceId]="processInstanceId">
|
||||
</adf-cloud-process-header>
|
||||
</div>
|
||||
|
||||
|
@@ -11,4 +11,5 @@
|
||||
margin-left: 10px;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user