- First commit to issue fork.
- Merge request !58Issue #3298245: Hook to allow modules to alter translation entity being created → (Open) created by duaelfr
- last update
8 months ago 118 pass - 🇫🇷France duaelfr Montpellier, France
I needed that so I rerolled #14 into a MR.
For those who need it right now and don't want to jump on the dev release, here is a patch against the 1.15 version. - First commit to issue fork.
- Status changed to Needs work
2 months ago 9:40pm 3 September 2024 - 🇨ðŸ‡Switzerland berdir Switzerland
Thanks for the MR.
Some thoughts.
a) Since this is in tmgmt_content, the hook should be namespaced tmgmt_content, so it doesn't conflict if we'd add the same to another source.
b) Should $data be passed to the hook? you might want to use the information in there? - Issue was unassigned.
- Status changed to Needs review
2 days ago 5:07am 14 November 2024 - 🇮🇳India gaurav_manerkar Vasco Da Gama, Goa
Updated MR with the changes
https://git.drupalcode.org/project/tmgmt/-/merge_requests/58/diffsPlease review.
- 🇧🇾Belarus Alexey_Samsonov
Hook works as expected. Tested for 10.3.x version.
- 🇮🇳India gaurav_manerkar Vasco Da Gama, Goa
Rebased with latest changes.