We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we send the following path request to http://data.stageportal.lirmm.fr/ontologies/ANAEETHES/submissions/1
http://data.stageportal.lirmm.fr/ontologies/ANAEETHES/submissions/1
{ "useImports": [""] }
it saves the following
{ "useImports": ["local:local"] }
The problem is in multiple levels
Fix the submission form sending empty string when nothing is set instead of nil or empty arrays bioportal_web_ui#89
Fix the saver of empty URI returning local:local goo#11 (will be let for later/never)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
When we send the following path request to
http://data.stageportal.lirmm.fr/ontologies/ANAEETHES/submissions/1
it saves the following
The problem is in multiple levels
TODO
Fix the submission form sending empty string when nothing is set instead of nil or empty arrays bioportal_web_ui#89
Fix the saver of empty URI returning local:local goo#11 (will be let for later/never)
The text was updated successfully, but these errors were encountered: