Landing page shared count fix
* fixes bug where count of shared entries on landing page would ignore team-shared entries * restore prior editable column icon rendering
This commit is contained in:
@@ -216,7 +216,7 @@ class TableRenderMixin:
|
||||
|
||||
html += self.render_icn(
|
||||
tooltip=_("Full access granted") if has_access else _("Access not granted"),
|
||||
icn_class="fas fa-share-alt rlp-r-inv" if has_access else "",
|
||||
icn_class="fas fa-edit rlp-r-inv" if has_access else "far fa-edit",
|
||||
)
|
||||
return format_html(html)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user