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 a scancode results file has the --only-findings option present, data gets loaded into the database but the Tree View itself does not get created properly.
scancode-workbench should support the proper loading of scans that include the --only-findings option.
The text was updated successfully, but these errors were encountered:
The main problem with this data is how the JSTree tries to render it. It cannot render things correctly when parent/child files and directories are arbitrarily placed (which is the case with --only-findings).
This may also be an issue when attempting to implement #355, depending on the approach.
Originally reported here: #393
When a scancode results file has the
--only-findings
option present, data gets loaded into the database but the Tree View itself does not get created properly.scancode-workbench should support the proper loading of scans that include the
--only-findings
option.The text was updated successfully, but these errors were encountered: