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.
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.