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

by default api answer should give infor if the comment is pinned to the map or not

parent bb1762e9
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