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
I believe there are a couple of bugs when adding a new subdocument in the Forest Admin app.
Firstly, enums correctly display as drop-downs when adding the main document, but in the subdocument there are no inputs at all. Here's an example of a regular string field and two enums it a subdocument:
The other issue is again related to sudocuments. Auto-generated input fields such as id and created_at, updated_at are not disabled.
The text was updated successfully, but these errors were encountered:
Hi @vshulev you're right, subdocuments do not support enums properly.
I made the enhancement. The fix should be released the coming week.
I'll let you know.
Hi,
I believe there are a couple of bugs when adding a new subdocument in the Forest Admin app.
Firstly, enums correctly display as drop-downs when adding the main document, but in the subdocument there are no inputs at all. Here's an example of a regular string field and two enums it a subdocument:
The other issue is again related to sudocuments. Auto-generated input fields such as
id
andcreated_at
,updated_at
are not disabled.The text was updated successfully, but these errors were encountered: