abhishek-compro
abhishek-compro
@Koed00 What if we store the name of the worker to which the task was assigned in the model object?
> Which version are you on? 2.17.0
I was getting the following error: ``` TypeError: t is undefined Re http://localhost:8000/static/django_jsonform/react-json-form.js:1 g http://localhost:8000/static/django_jsonform/react-json-form.js:1 _e http://localhost:8000/static/django_jsonform/react-json-form.js:1 render http://localhost:8000/static/django_jsonform/react-json-form.js:1 React 13 render http://localhost:8000/static/django_jsonform/react-json-form.js:1 initJSONForm http://localhost:8000/static/django_jsonform/index.js:62 initializeAllForNode http://localhost:8000/static/django_jsonform/index.js:100 init http://localhost:8000/static/django_jsonform/index.js:105 http://localhost:8000/static/django_jsonform/index.js:145...
Got this in chrome: ``` react-dom.production.min.js:141 TypeError: Cannot read properties of undefined (reading 'length') at Re (react-json-form.js:1:52698) at g (react-json-form.js:1:56760) at _e (react-json-form.js:1:57098) at a.render (react-json-form.js:1:59517) at Te (react-dom.production.min.js:119:308) at...
That worked. Thanks!!