Merge pull request #122 from sartography/chore/library=primary-process-571
Fixes #571 - Remove Primary Process from Library Workflow Specifications
This commit is contained in:
commit
e2dec24888
|
@ -6,7 +6,7 @@
|
|||
[attr.data-workflow-spec-id]="workflowSpec.id"
|
||||
>
|
||||
<mat-icon (click)="editFile(fm)" mat-list-icon>{{fm.type | getIconCode}}</mat-icon>
|
||||
<ng-container *ngIf="fm.type === fileType.BPMN">
|
||||
<ng-container *ngIf="fm.type === fileType.BPMN && !this.workflowSpec.library">
|
||||
<button (click)="makePrimary(fm)" *ngIf="!fm.primary" mat-flat-button class="make-primary">
|
||||
<mat-icon>radio_button_unchecked</mat-icon>
|
||||
Make primary process
|
||||
|
|
Loading…
Reference in New Issue