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
Created an EasyForm with a lot of question and fields with long descriptions. Clicking "Save" on the XML schema editor resulted an error.
Having a long EasyForm with a lot of fields with longer descriptions result the XML schema "Save" dropping:
Request-URI Too Long The requested URL's length exceeds the capacity limit for this server.
Being able to submit XML schema form with POST method.
collective.easyform/src/collective/easyform/browser/modeleditor.pt
Line 40 in 365a838
The text was updated successfully, but these errors were encountered:
The issue is reproducible on https://classic.demo.plone.org/en/demo/a-form/fields/@@modeleditor. The Too Long error starts when the XML goes above 32000 characters.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What I did
Created an EasyForm with a lot of question and fields with long descriptions. Clicking "Save" on the XML schema editor resulted an error.
What happens
Having a long EasyForm with a lot of fields with longer descriptions result the XML schema "Save" dropping:
What I expect
Being able to submit XML schema form with POST method.
collective.easyform/src/collective/easyform/browser/modeleditor.pt
Line 40 in 365a838
The text was updated successfully, but these errors were encountered: