Skip to content
Snippets Groups Projects
Commit e544ec10 authored by Antoine Dupré's avatar Antoine Dupré
Browse files

fix: performance folowed answers

parent 7bdce454
No related branches found
No related tags found
1 merge request!3Beta
Pipeline #16252 passed with stage
in 1 minute and 24 seconds
......@@ -123,8 +123,7 @@ core.Sib.register({
<solid-form-search
id="filter-follow-${utils.getIntId(point['@id'])}-${utils.getIntId(communityId)}"
class="hidden"
fields="community, followed_point"
value-community="${communityId}"
fields="followed_point"
value-followed_point="${point['@id']}"
naked
></solid-form-search>
......@@ -132,7 +131,7 @@ core.Sib.register({
solid-resource
fields="@id"
filtered-by="filter-follow-${utils.getIntId(point['@id'])}-${utils.getIntId(communityId)}"
data-src="${pointsAnswers}"
data-src="${communityId}tzcld_community_followed_answer/"
widget-id="${widget_id}"
></solid-display>
</div>`;
......
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