You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ tick ] I have tried to clear my cache (Ctrl / Cmd + F5)
[ tick ] I have checked the console for errors (F12 to open, Console tab)
[ tick ] I have tried to reset Item Piles' system settings
[ tick ] I have reproduced this bug with only item piles & its dependency modules enabled
Describe the bug
I have tried to add an items level column to my merchant, from my understanding of the foundry pathways I've done it correctly but it simply produces a blank entry for every item's level.
Expected behavior
The level of each item to be visible and sortable
Screenshots
Setup
Foundry Version: [e.g. 9.238]
System Version: [e.g. DND5e 1.5.7]
Item Piles Version: [e.g. 1.0.0]
Browser & version [e.g. Google Chrome 98.0.4758.82]
Active modules
Item Piles
libwrapper
socketlib
others that are not having any impact
The text was updated successfully, but these errors were encountered:
it's not @item.level, it is system.level most likely.
It is the literal property path, not some @ or somesuch. If you were to navigate into the data of the item, each string between full stops represent the data you are traversing;
I confirm the following:
Describe the bug
I have tried to add an items level column to my merchant, from my understanding of the foundry pathways I've done it correctly but it simply produces a blank entry for every item's level.
Expected behavior
The level of each item to be visible and sortable
Screenshots
Setup
Active modules
The text was updated successfully, but these errors were encountered: