-
Notifications
You must be signed in to change notification settings - Fork 724
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
editionView won't work with reference_many #1351
Comments
Hello, Can you provide a Plunkr in order to help us ? Thanks |
Thanks for your reply... but I think I can't because it is using my local REST API. Thanks |
Is there anyone who can help and maybe show me a sample of working reference_many editionView ? |
I had the same problem, in my case the problem depended on type mismatch. The entity id was a numeric type but I tried to link this entity with a list of String instead of a list of number. permissions: I don't know why it work on listView and showView but it doesn't work on editView. Plunker link: |
I created a model with some reference_many fields.
Here a sample of it:
On creationView all is working fine but in editionView it only shows the items with "remove icon" but without labels.
And additional I got some errors on console... I dont know these requests and what they are for. Maybe the issue caused because of these errors.
It would be nice to get a solution or at least a little hint to solve this.
Thanks
The text was updated successfully, but these errors were encountered: