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
Describe the bug
Schema export produces file not containing JSON. Instead the content is [object Object].
[object Object]
To Reproduce
1 Create a new Schema, name: dummy, urn:dummy:0.1 2 Export schema to file system 3 inspect the contents of exported file
Version
423bde26bffd98542de7c49b485476461cd8cbb5
Java
17
OS
F38
Browser
FF117
The text was updated successfully, but these errors were encountered:
Hm, so we have a test for that endpoint: https://github.com/Hyperfoil/Horreum/blob/master/horreum-backend/src/test/java/io/hyperfoil/tools/horreum/svc/SchemaServiceTest.java#L213 We also push back the output of that call back to Horreum to make sure the json is correct. I verified that the output from that test is valid. Do you mind checking if there is something wrong on the ui side?
Sorry, something went wrong.
You are right. This is a problem of the browser saving the file. The raw response from Horreum contains JSON.
No branches or pull requests
Describe the bug
Schema export produces file not containing JSON. Instead the content is
[object Object]
.To Reproduce
1 Create a new Schema, name: dummy, urn:dummy:0.1
2 Export schema to file system
3 inspect the contents of exported file
Version
Java
OS
F38
Browser
FF117
The text was updated successfully, but these errors were encountered: