TwentyT
Twenty7mo ago
3 replies
L.Num

Field rename problem

Hello!

Unfortunately new problem appeared.

I moved to 1.0.2. And with crm web interface recreated all workspaces from scratch.

I have workspace Set tasks, which has related fields with other workspaces like Products, Managers etc.
So in setTasks for task record I could select current product, manager etc.

Also I have webhook on update setTasks event. So I can see fields in request data.

Steps to Reproduce:
In workspace setTasks I changed name of field from "manager" to "responsible manager".

Expected behavior:
Field name changed, new requests have ID - responsibleManagerId instead managerId.

Actual behavior:
- In interface name changed. However with webhook request I see that previous field name stayed (managerId).
- I can not choose manager in renamed field "responsible manager" in workspace setTasks, when I select him - error pops and displayed value sets to untitled.
- When I at Managers workspace - error 'column does not exist' pops.

My workspaces' field types and errors are on attached screenshots.

Not sure if it's related to previous issue:
Field deactivation/deletion issue
managers-workspace-error.png
set-tasks-just-after-click.png
set-tasks-field-types.png
set-tasks-before-click_.png
managers-field-types.png
Was this page helpful?