Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
813
Issues
813
List
Boards
Labels
Service Desk
Milestones
Merge Requests
47
Merge Requests
47
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
709bb089
Commit
709bb089
authored
43 minutes ago
by
Brian Hatchet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing builds
parent
f76b770f
feat/disable-comments-526
1 merge request
!426
(Feat) disable comments 526
Pipeline
#72283787
failed with stages
in 20 minutes and 22 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
list.component.html
src/app/modules/comments/list/list.component.html
+1
-1
list.component.ts
src/app/modules/comments/list/list.component.ts
+1
-1
thread.component.ts
src/app/modules/comments/thread/thread.component.ts
+1
-1
comment.ts
src/app/modules/legacy/components/buttons/comment.ts
+1
-1
No files found.
src/app/modules/comments/list/list.component.html
View file @
709bb089
...
...
@@ -32,7 +32,7 @@
&& !error
&& comments?.length === 0
&& parent.type == 'activity'
&& activityService.allowComment
s
$"
&& activityService.allowComment$"
i18n=
"@@MINDS__COMMENTS__START_CONVERSATION"
>
Start the conversation!
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/comments/list/list.component.ts
View file @
709bb089
...
...
@@ -85,7 +85,7 @@ export class CommentsListComponent implements OnInit, OnDestroy {
public
sockets
:
SocketsService
,
private
renderer
:
Renderer
,
private
cd
:
ChangeDetectorRef
,
p
rotected
activityService
:
ActivityService
,
p
ublic
activityService
:
ActivityService
,
)
{
this
.
minds
=
window
.
Minds
;
}
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/comments/thread/thread.component.ts
View file @
709bb089
...
...
@@ -74,7 +74,7 @@ export class CommentsThreadComponent implements OnInit {
private
renderer
:
Renderer
,
protected
blockListService
:
BlockListService
,
private
cd
:
ChangeDetectorRef
,
p
rotected
activityService
:
ActivityService
p
ublic
activityService
:
ActivityService
)
{
this
.
minds
=
window
.
Minds
;
}
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/legacy/components/buttons/comment.ts
View file @
709bb089
...
...
@@ -27,7 +27,7 @@ export class CommentButton implements OnInit, OnDestroy {
constructor
(
public
client
:
Client
,
p
rotected
activityService
:
ActivityService
,
p
ublic
activityService
:
ActivityService
,
protected
cd
:
ChangeDetectorRef
)
{
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment