-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Document saving failed #1498
Comments
Hi. Same error here. When returning a random string from slugify method, the stuff works. Don't know why, but could you please fix this? Pretty please <3 |
Guess you use link-generators for objects that don't have a name? |
that's happen also on documents, without use of objects. "fixed" it local with a return of a empty string if $string is null |
It happens with documents cause of the validation check where Pimcore renders the documents thus triggering the link generator |
but can we return a empty string if $string is null? otherwise it is a bit confusing if you don't know whats going on. if you agree i can do a PR? |
yes, I guess that would be a solution |
that has been fixed |
If i try to save a document, sometimes i got this error:
It comes from:
The text was updated successfully, but these errors were encountered: