Hello, we are using latest version of Datagerry in docker (2.2.0). We have found that some data is not saved even if the web says so. The places (so far) are:
Hidden text field in MultiDataSection
Creating an external link in type definition - meta
In both cases the web says that the value was saved, but it is not displayed afterwards. Also, looking through DB itself or via API, the new value is not present. When filling the value directly into the object in DB, the value is not displayed on the web.
Due to the above, it is possible that this can happen also in other places.
Regarding the Hidden text field in MultiDataSection, I’ve tested it on my side, and it appears to be working correctly—values are saved and displayed as expected.
To help us reproduce and investigate the issue further, could you please share the exact step-by-step process you followed? For example:
How you created the field in the type definition
How you entered and saved the value
Whether this happened in add/edit mode
Any specific field settings you applied (e.g., default value etc.)
This will help us understand the behavior better and determine if it’s a bug or related to a specific setup.
I cannot upload multiple pictures so I will describe it in text:
On existing type I insert a new multiDataSection, and put a text field to it. I check the checkbox
“Hide this field…”. Then I save the type
I go to one of the objects tied to this type, click the Edit icon, go to the multidata section and press “Add”. I fill in the text “TEST DATA” in the popup for the hidden field and click “Add”.
Still in edit mode, I can see the data is there, as I see the eye icon, the edit icon and the trash icon.
Now I click Save on the top of the object page.
After saving, multidata section says “no data to display”.
Going back to edit mode, it is the same - “no data to display”
using MongoDB Compass, I check the object and see that there is no value for the field:
Thank you for bringing this issue to our attention. We’ve identified and resolved the bug, and the fix is scheduled to be included in the upcoming release.
Finally I made it back to test this. However, I do not have a good news. In version 3.0.0 the behavior slightly changed, but it is still not usable at all.
I have a new multi data section on one type
I create and object and fill the multi data section.
When I save the object, and I am back in the object detail, values are not present (No data to display!)
When I EDIT the object, values in multi data section appear (so they are saved to DB).
But no matter what I do, the values are not present in the object detail, only when I edit the object.