Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
Fix for a problem in language resources overview for users with 0 assigned customers.
-
Empty show more show less
Description
Problem
Error is thrown when trying to check the status, edit or create new language resource with users who are not assigned to any customer. The reason is that, the customers array of the current authenticated user returns 1 element array with 0 as value. This leads to trying to load non existing customer which produces the not found error.