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

sbJSON translation always includes "Data" as a browseCategory #377

Open
blakemassey-usfws opened this issue May 7, 2024 · 0 comments
Open

Comments

@blakemassey-usfws
Copy link

blakemassey-usfws commented May 7, 2024

When an item in MdEditor is translated into the sbJSON format, it seems to always include "Data" as a 'browseCategory' tag.

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant