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
I'm working on setting up a new PIM with related entities which you can manage using the CustomEntityBundle.
We have a PIM with 2 locales and some fields for the related entity should be translatable.
I'm basing my custom bundle on this demo, since it is really helpful to get everything up and running.
But I now just ran into something which doesn't look quite right: on the form of the custom entity I see two columns for the values of the fields, but there are no labels in front of the fields.
I took some screenshots using this demo with the Pictogram entity:
Also, on the grid, the value is mising:
I've opened this issue on this demo project since I don't know if the demo is wrong, or if there is a bug in the CustomEntityBundle itself?
Relevant packages in use:
akeneo/pim-community-dev v1.4.18
akeneo-labs/custom-entity-bundle v1.6.0
Thanks!
The text was updated successfully, but these errors were encountered:
Our project has an experimental branch which runs Akeneo 1.5.1, and the problem still exists.
There used to be a similar issue a couple of weeks ago, on the pim-community-standard project, but Akeneo decided to close all the issues over there, so I can't find it anymore.
@jasperdcbe over there, mentioned we could copy the file: /vendor/akeneo/pim-community-dev/src/Pim/Bundle/UIBundle/Resources/views/Form/pim-fields.html.twig to /app/Resources/PimUIBundle/views/Form/pim-fields.html.twig and change this:
Hi guys
I'm working on setting up a new PIM with related entities which you can manage using the CustomEntityBundle.
We have a PIM with 2 locales and some fields for the related entity should be translatable.
I'm basing my custom bundle on this demo, since it is really helpful to get everything up and running.
But I now just ran into something which doesn't look quite right: on the form of the custom entity I see two columns for the values of the fields, but there are no labels in front of the fields.
I took some screenshots using this demo with the Pictogram entity:
Also, on the grid, the value is mising:
I've opened this issue on this demo project since I don't know if the demo is wrong, or if there is a bug in the CustomEntityBundle itself?
Relevant packages in use:
akeneo/pim-community-dev v1.4.18
akeneo-labs/custom-entity-bundle v1.6.0
Thanks!
The text was updated successfully, but these errors were encountered: