Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.0
-
Fix Version/s: 2.0.0-beta
-
Component/s: app.jobbrowser
-
Labels:None
Description
If a job name has non-ascii character, job browser will fail with something like: "An error occurred: 'ascii' codec can't decode byte 0xe2 in position 13:
ordinal not in range(128)."
We simply need to convert the job profile strings into unicode.