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
To reproduce the bug:
acts_as_orderable
Removing acts_as_orderable do not generate this error.
Hotfix:
Add Rack::Utils.multipart_part_limit = 0 to application.rb
Rack::Utils.multipart_part_limit = 0
application.rb
The text was updated successfully, but these errors were encountered:
Do you mean that removing acts_as_orderable removes the error too ?
Sorry, something went wrong.
Yes. Everything works fine if model A is not sortable.
Documented https://github.com/para-cms/para/wiki/Questions---Errors
No branches or pull requests
To reproduce the bug:
acts_as_orderable
Removing
acts_as_orderable
do not generate this error.Hotfix:
Add
Rack::Utils.multipart_part_limit = 0
toapplication.rb
The text was updated successfully, but these errors were encountered: