- π©π°Denmark beltofte Copenhagen π©π°
The way we have solved in custom code is the following:
- Create a custom action which add all the selected entities to the cart using the service tmgmt.cart. You may need to add the action per entity or alter it using hook_action_info_alter() afterwards to get it added to all translatable entities.
- Create a view that list all the terms in a vocabulary. It should include the bulk actions column and the new action enabled.
We implemented this solution for taxonomy terms, menu links etc. to make it much faster to translate these entities. Both our taxonomy term and menu link views are just flat lists and not showing the hierarchies.
- π«π·France PhilY πͺπΊπ«π· Paris, France
Meanwhile, I found the Content Entity Source sub module.
Then on the TMGMT Sources tab, you can select taxonomy terms and check all terms... - π©π°Denmark beltofte Copenhagen π©π°
Right. That is also a solution.