-
Notifications
You must be signed in to change notification settings - Fork 725
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
bug with wysiwyg field named "head" #273
Comments
Yep, I can reproduce it, although with a different error message. The error seems to come from textAngular, a dependency used by ng-admin. Would you mind opening an issue in their GitHub repo? |
You're right, there is something wrong. It's like |
thanks :) |
@fzaninotto Isn't be fixed with marmelab/admin-config#20 ? |
I don't see how. Restangular erases data before we can read it. |
On last master version, this bug doesn't seem to happen anymore. Yet, an error is displayed in the console:
|
this is what happens when you edit an entity that have a field named "head":
instead of the content of that field you see that snippet of code. in show view you don't see anything but get lots of errors in the js console, like this one:
The text was updated successfully, but these errors were encountered: