Skip to content
Snippets Groups Projects
Commit 8b369e87 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '293-view-recently-added-comment' into 'devel_11.0.x'

Resolve "Viewing comments needs reload"

See merge request piotr.gawron/minerva!212
parents bb1762e9 705894c8
No related branches found
No related tags found
2 merge requests!218Devel 11.0.x,!212Resolve "Viewing comments needs reload"
......@@ -277,8 +277,8 @@ public class CommentRestImpl extends BaseRestImpl {
columnsSet.add("modelId");
columnsSet.add("elementId");
columnsSet.add("id");
columnsSet.add("pinned");
if (admin) {
columnsSet.add("pinned");
columnsSet.add("author");
columnsSet.add("email");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment