When the translated job file doesn't contain a JobID the following error will occur:
Fatal error: Call to a member function id() on null in modules/tmgmt_xconnect/src/Plugin/tmgmt_xconnect/Format/Html.php on line 108
I propose to replace $job->id() which might not exist to the input variable $meta['JobID'].
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | tmgmt_file_fix_load_invalid_jobid-2628342-2.patch | 653 bytes | mpp |
Comments
Comment #2
mpp commentedComment #3
mpp commentedComment #4
berdirMakes sense.