-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Resource Details view fails to load in Nova 4.32.13 and up #507
Comments
@ryandrobinson happy to see I'm not the only one. |
We also have this problem! |
@ryandrobinson Does the amount of layouts / presets and/or models have any effect? |
@LTKort Locally I'm testing with a single layout, containing 2 fields, and have the same issue noted by @ryandrobinson. Can confirm version Nova 4.32.11 is functional with Flexible fields. |
same issues here :( |
I have the same problem : we can create the ressource but then its impossible to open edit page, even if the fields or the layout is empty (with nova 4.32.14, nova-flexible-content 1.0.14) |
Same issue as @aurelien-ci |
We seem to be okay if we update our composer.json file to specify the previous release: |
Have this same issue. Client reported it to me after creating a "resource" then having it freeze up. It seems like a JS issue, the browser asks to terminate the script that is run on infinite loop. As a terrible bandaid, I've advised them to use the "Update and Continue Editing" function and then manually exit the resource. |
Yep, exactly the same issue here. It's worth noting this does seem specific to a Nova update as keeping the same flexible content package and upgrading Nova causes the problem. For now I've reverted to our last known working Nova version 4.27.12 |
same error here |
Same 😟 |
Hey whitecube, very happy to pay you for you to resolve this asap. Let us know. :) |
If this is the case, it means the bug comes from #490 which is the only change there was in that version. Admittedly, I merged it without testing, as I had neither the time nor the necessary license, and the comments on it seemed to indicate it was functional. I apologise for the trouble. The license being a problem, I can not fix this right now, and I need to discuss a possible renewal with @toonvandenbos before I do anything. It's the week-end right now, so I will ask for your patience until monday. I believe in the mean time you can force version 1.0.13 of this package to fix the problem.
That's very kind, thank you. We always appreciate sponsorships. If you're rather thinking about a one-time contribution to help us get this particular issue sorted, you can contact me by e-mail at [email protected] and I'll make sure the boss hears about it so we can dedicate some time for this asap! In any case, if anyone else wants to have a go at a PR, that would work too and I'll be sure to get it merged quickly (although without testing it first, again, as I have no access to a license right now). Also a reminder that we are looking for someone who regularly uses this package and would be willing to help us maintain it. If anyone is interested, feel free to send me an e-mail about this as well. |
@voidgraphics I reverted #490 in #509 |
Okay, I think I found the issue, the layout attribute keys were all being loaded and looped. I pushed my fix on #509. Is there anyone who could verify this works? To test or use these changes, temporarily add my fork to the repositories property of your composer.json:
Then update your dependency constraint to reference this branch:
Finally, run: composer update |
Good find. Works! |
Works! |
Please upgrade to |
Tested in Laravel Nova 4.32.13 and 4.32.15:
Loading a Nova Resource Details screen that has a
Flexible
field causes the Chrome tab to lock up. No exceptions are logged, and no console errors are shown.The latest version of Nova I've found to work properly with this package is 4.32.11
The text was updated successfully, but these errors were encountered: