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
When an item in MdEditor is translated into the sbJSON format, it seems to always include "Data" as a 'browseCategory' tag.
This "Data" tag is not always wanted or accurate - many items should only have a "Project" tag for their 'browseCategory'. Much of the filtering and management of SB Items is dependent on tags, so including a "Data" tag on all Items is inaccurate and causes issues with data management.
After doing a quick search, it appears this section of code may be causing the issue: sbJson_browseCategory.rb
The recommended solution would be to not include a "Data" tag for all records.
The text was updated successfully, but these errors were encountered:
When an item in MdEditor is translated into the sbJSON format, it seems to always include "Data" as a 'browseCategory' tag.
This "Data" tag is not always wanted or accurate - many items should only have a "Project" tag for their 'browseCategory'. Much of the filtering and management of SB Items is dependent on tags, so including a "Data" tag on all Items is inaccurate and causes issues with data management.
After doing a quick search, it appears this section of code may be causing the issue:
sbJson_browseCategory.rb
The recommended solution would be to not include a "Data" tag for all records.
The text was updated successfully, but these errors were encountered: