We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f346408 commit 8355c7fCopy full SHA for 8355c7f
ui/src/app/views/workflow/show/notification/form/workflow.notifications.form.html
@@ -82,6 +82,7 @@
82
<div class="field">
83
<label>{{ 'workflow_notification_conditions' | translate }}</label>
84
<app-conditions *ngIf="!loading" [project]="project"
85
+ [readonly]="!project.permissions.writable"
86
[triggerConditions]="triggerConditions" [(conditions)]="notification.settings.conditions">
87
</app-conditions>
88
</div>
0 commit comments