fix: item_thumb didn't query entries correctly

This commit is contained in:
Jann Stute
2024-11-28 19:26:07 +01:00
parent 7a3679d730
commit d74743565d

View File

@@ -452,7 +452,7 @@ class ItemThumb(FlowWidget):
entry, toggle_value, tag_id, _FieldID.TAGS_META.name, create_field=True
)
# update the entry
self.driver.frame_content[idx] = self.lib.get_entry(entry.id)
self.driver.frame_content[idx] = self.lib.get_entry_full(entry.id)
self.driver.update_badges(update_items)