Task #1120
closedLocalization for eav attributes
100%
Description
Localization of eav attributes. Localization can looks like this:
"eav": { "eu-bcvsolutions-idm-core-model-entity-IdmIdentity": { "default" : { "description": { "label": "Description", "helpBlock": "Help for description" } } }
Related issues
Updated by Vít Švanda over 6 years ago
This feature was implemented by Ondra.
- I started with EAV localization review and I found issue with module attribute (is null).
Updated by Radek Tomiška over 6 years ago
- Category set to Eav
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 90
I refactored localization for dynamic forms and bulk operations deeply, added features:
- added attribute placeholder localization
- added form definition label and help localization
- added new tab on form definition detail to create localization easily by ctrl-c /ctrl-v
- added tutorial - https://wiki.czechidm.com/tutorial/dev/dynamic_form_localization
- abstraction of bulk action rest method created and moved into AbstractReadWriteDtoController
- api of bulk action changed to BaseEntity template (BaseDto was used before)
- localization for bulk action and dynamic forms joined
- added localization for the table connector
- ... other small changes
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/01a6f4c505f7d40ecdc4af6580d717b117827e90
Could you do a feedback pls?
Updated by Vít Švanda over 6 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I did test and review.
Awesome functionality, thanks for that.
Updated by Radek Tomiška over 6 years ago
- Related to Task #660: Product connectors localization added