-
Notifications
You must be signed in to change notification settings - Fork 88
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
NINSUO Symfony Collection Crashes after 100 Records #127
Comments
Hey there, Set Cheers, |
Nope still won't work, maybe I'm doing something wrong here:
|
Okey, there may be an issue with recursions when there are too many children. You can eventually use a hidden position field in your entity instead, because much less code is executed. See the example here: https://symfony-collection.fuz.org/symfony3/basic/positionField A |
@Horzta Please make sure it is not PHP issue - I have not tried symfony-collection yet, but I've dealt with similar issue in the past. If your FORM is broken you should probably check max-input-vars INI setting. http://php.net/manual/en/info.configuration.php#ini.max-input-vars |
I'm doing an asset management system and during the testing phase, the tester reported that she couldn't add any assets to a person anymore once the asset count reaches 100. I tried raising the max to 1000 to no avail. Upon closer look, it seems that the javascript itself crash causing the control buttons to not appear. These include the add and delete button.
Uncaught RangeError: Maximum call stack size exceeded at r.fn.init.push (<anonymous>) at ga.select (jQuery.js:2) at Function.ga [as find] (jQuery.js:2) at r.fn.init.find (jQuery.js:2) at HTMLDivElement.<anonymous> (jquery.collection.js:735) at Function.each (jQuery.js:2) at r.fn.init.each (jQuery.js:2) at String.<anonymous> (jquery.collection.js:730) at Function.each (jQuery.js:2) at setRightPrefix (jquery.collection.js:728)
The text was updated successfully, but these errors were encountered: