Save button in modules does not work, because the number of menu items more than max_input_vars
I have 3K menu items but default max_input_vars is 1K
jform[assigned] can compress before submit.
increase the value of max_input_vars in .user.ini or php.ini files
for example;
max_input_vars = 9000
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-01-20 07:41:58 |
Closed_By | ⇒ | richard67 |
I would be suprised that your suggestion will make a difference but if it will then great - please submit a pull request for the code and it can be tested.
What you describe as a workaround is what I would describe as the expected action to take. But if your code works then even better