adventurelibrary / ADVL-Issues

Repo for bugs on the Alpha build of Adventure Library
0 stars 0 forks source link

Visible indication of tags on assets page/cards #11

Open zeel01 opened 3 years ago

zeel01 commented 3 years ago

Currently there doesn't appear to be a way to see what tags an asset has.

VikingStudio commented 3 years ago

Looks like the code to handle the tags is in place on the asset page, site: pages/asset/_slug.vue page. Seem to recall this working before.

The problem might be within the nested template page, site: modules/tags/TagList.vue, not getting the tags from the db in the tagObjs () function.

VikingStudio commented 3 years ago

Related Assets are not showing up either anymore due to this. As they are fetched by tags. So this was in fact working before. Code looks alright, but assets are returning empty tag arrays.

Are there no asset tags in the DB for the Assets anymore, could that be the problem?