Commit 3ebd1846 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

CR changes

1 merge request!426(Feat) disable comments 526
Pipeline #71359013 passed with stages
in 27 minutes and 35 seconds
......@@ -42,7 +42,7 @@
<ul class="m-comment__ribbon" [hidden]="!toggle.value" #toggle>
<li class="m-commentRibbon__item"
*ngIf="comment.owner_guid == session.getLoggedInUser()?.guid || session.isAdmin()"
*ngIf="comment.owner_guid == session.getLoggedInUser()?.guid || session.isAdmin() || canEdit"
(click)="editing = !editing; toggle.value = false"
title="Edit"
i18n-title="@@M__ACTION__EDIT"
......
......@@ -4,8 +4,8 @@ import { Injectable } from '@angular/core';
@Injectable()
export class TimeDiffService {
public source = interval(1000);
static _() {
return new TimeDiffService();
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment