You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to add an Album to the ProjektPage it doesn't work. Commenting out the whole getGeneratedCMSFields() method in ProjektPage made it working. The error was like:
Uncaught LogicException: byID can't be called on an UnsavedRelationList
After some testing i changed the code in getGeneratedFormFields to:
I stumbled across a problem with my Gallery implementation:
When trying to add an Album to the ProjektPage it doesn't work. Commenting out the whole getGeneratedCMSFields() method in ProjektPage made it working. The error was like:
After some testing i changed the code in getGeneratedFormFields to:
which seems to work for now in the subclass.
Please have a look at it. Thanks ;)
The text was updated successfully, but these errors were encountered: