Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: tags are not being displayed on the items in the sidebar directories #117

Closed
anthonyronda opened this issue Feb 23, 2022 · 0 comments · Fixed by #119
Closed
Assignees
Labels
bug Something isn't working

Comments

@anthonyronda
Copy link
Member

Reported by @freohr

in file renderList.js line 12 and 30, the const tags = foundryDocument.getAutoTagDisplay(); throws an exception because foundryDocument isn't a OseItem but an Item prototype instead
so the object can't find the function to get the tag list

@anthonyronda anthonyronda added the bug Something isn't working label Feb 23, 2022
@freohr freohr self-assigned this Feb 23, 2022
@freohr freohr linked a pull request Feb 23, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants