Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
TermTranslation-project creation was just failing silently, if the PM user which was set as default PM for TermTranslation-projects was deleted before.
-
Empty show more show less
Description
problem
- Set runtimeOptions->plugins->TermPortal->termsTransferDefaultPM to a user
- Delete that user in user administration
- termsTransferDefaultPM still points to that user
- Create a term translation task then - it fails silently, just an uncaught notFound error points in that direction
trace
solution
Catch the notfound error and throw an error which is handled (and logged properly) by the term creation stuff.