Skip to content
Snippets Groups Projects
Unverified Commit f4200f37 authored by Joren Van Onder's avatar Joren Van Onder
Browse files

[FIX] point_of_sale: avoid '414 Request-URI Too Large' on config form

Inspired by d7939282. Without this you
end up with a URI with a length of over 50000 characters. The default
template doesn't actually use any fields on pos.config so we could
theoretically get rid of everything. But because it's easy enough we
just get rid of relational fields and the customer_facing_display_html
field itself which make up the vast majority of the URI.
parent eb347e82
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment