You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v2.2.0 it's no longer possible to properly edit the value of an array containing pointers. #1727 introduces a click action that overrides the standard in-place edit box.
I therefore tried to edit the data via the modal, but this would instead corrupt the data. The data is displayed like this (which if saved will corrupt the data)
However this issue with the modal wasn't introduced in v2.2.0, since it's present in v2.1.0. Another interesting behaviour is that the whole object will be "inflated" (i.e. all fields will be populated) if you visit that object in the same browser tab prior to trying to edit the array of pointers.
Also, a CTRL+C puts "[object Object]" in the clipboard instead of the actual raw object.
Expected Outcome
I'm not sure what a good solution would be here. Maybe just remove the click action to bring up the original edit box.
I've never used the modal, so I'm not really sure what's the expected outcome here.
The text was updated successfully, but these errors were encountered:
❌ Please edit your post and use the provided template when creating a new issue. This helps everyone to understand your post better and asks for essential information to quicker review the issue.
I'm in beta, so forgive me if I'm still making mistakes.
New Issue Checklist
Issue Description
In v2.2.0 it's no longer possible to properly edit the value of an array containing pointers. #1727 introduces a click action that overrides the standard in-place edit box.
I therefore tried to edit the data via the modal, but this would instead corrupt the data. The data is displayed like this (which if saved will corrupt the data)
instead of the actual raw format.
However this issue with the modal wasn't introduced in v2.2.0, since it's present in v2.1.0. Another interesting behaviour is that the whole object will be "inflated" (i.e. all fields will be populated) if you visit that object in the same browser tab prior to trying to edit the array of pointers.
Also, a CTRL+C puts "[object Object]" in the clipboard instead of the actual raw object.
Expected Outcome
I'm not sure what a good solution would be here. Maybe just remove the click action to bring up the original edit box.
I've never used the modal, so I'm not really sure what's the expected outcome here.
The text was updated successfully, but these errors were encountered: