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
When you add a photo to a Markdown field, temporary record is created in nova_pending_field_attachments and when you save it, record is created in nova_field_attachments.
Bug: add a photo to a Markdown field though a HasOne relation, temporary record is created in nova_pending_field_attachments and when you save it, no record is created in nova_field_attachments and attachment will be deleted with PruneStaleAttachments.
Detailed steps to reproduce the issue on a fresh Nova installation:
Use my repo:
Add a photo from Bibliography it works.
Add a photo to Bibliography though User it doesn't work.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Description:
When you add a photo to a Markdown field, temporary record is created in
nova_pending_field_attachments
and when you save it, record is created innova_field_attachments
.Bug: add a photo to a Markdown field though a HasOne relation, temporary record is created in
nova_pending_field_attachments
and when you save it, no record is created innova_field_attachments
and attachment will be deleted withPruneStaleAttachments
.Detailed steps to reproduce the issue on a fresh Nova installation:
Use my repo:
Bibliography
it works.Bibliography
thoughUser
it doesn't work.Thanks for your help!
The text was updated successfully, but these errors were encountered: