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

New Transaction System Makes the form retrieval bug with the mocks #273

Open
aelalamy42 opened this issue Jan 20, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@aelalamy42
Copy link
Contributor

When using the mocks, the frontend now bugs when trying to retrieve forms.

To recreate this issue, connect to the frontend with mocks and go to the form page. Then, click on any form title and a white screen should appear. If you go in the console, you'll see a type error Because the new Response to that get request is not handled correctly in the frontend.

Therefore, the frontend should be updated so that this new Response structure is taken into account.
Note that this might as well affect other aspects of the system, although no other problem was caught.

@aelalamy42 aelalamy42 added the bug Something isn't working label Jan 20, 2023
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