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

[BUG] Wrong order for Negotiation payload #404

Open
RadovanTomik opened this issue Aug 9, 2024 · 1 comment
Open

[BUG] Wrong order for Negotiation payload #404

RadovanTomik opened this issue Aug 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@RadovanTomik
Copy link
Collaborator

Describe the bug
The payload (form response) is saved in the wrong order. Probably the keys are ordered by length. It should be saved as received.

@RadovanTomik RadovanTomik added the bug Something isn't working label Aug 9, 2024
@RadovanTomik
Copy link
Collaborator Author

JSON is by definition unorderderd so there is no easy solution. It can be resolved by altering the column to type "text" however this can goes against database integrity. Ideally the payload should be changed to contain the IDs of inidividual elements and sections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant