Skip to content
Snippets Groups Projects
Commit db3bb58e authored by Roy Le's avatar Roy Le
Browse files

[FIX] note: correct number of followers


BUG:
show +NAN on kanban view

FIX:
show +6 on kanban view

closes odoo/odoo#134623

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent 57c68bfa
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@
alt="Follower"/>
<small
t-if="follower_index == 5"
t-esc="'+' + (follower_size - 5)"
t-esc="'+' + (record.message_partner_ids.raw_value.length - 5)"
class="text-info fw-bold ms-1"/>
</t>
</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