mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 23:05:10 +01:00
Fix for property after refactoring the model
This commit is contained in:
@@ -555,7 +555,7 @@ def list_tags_for_user(
|
||||
).all()
|
||||
tags = []
|
||||
for bookmark in bookmarks:
|
||||
tags += bookmark.tags_list
|
||||
tags += bookmark.tag_list
|
||||
return clean_tags(tags)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user