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
While helping someone I noticed the Item database for FluxCP does not actually pull anything for an item description. You would think this would be one of the main things to pull for the item database, yet it seems to be missing even though it pulls many of the other items properties that seem less vital.
The text was updated successfully, but these errors were encountered:
Only thing is really, there's no column to pull the description from in the item_db. So unless that's added, then it could be easy to show the description when viewing and item.
Maybe we can have this as optional ..
We can easily make a tool to generate table from itemInfo.
And a setting in application.php to let show description or not?
While helping someone I noticed the Item database for FluxCP does not actually pull anything for an item description. You would think this would be one of the main things to pull for the item database, yet it seems to be missing even though it pulls many of the other items properties that seem less vital.
The text was updated successfully, but these errors were encountered: