The file key of a FileBone
relation is being sent to the viur-core
under a wrong form-key
#27
Labels
bug
Something isn't working
Priority: High
After critical issues are fixed, these should be dealt with before any further issues.
I have a file relation like:
The file relation (the file
key
) is not sent correctly to theviur-core
in an skeleton edit.It sends
my_image_bone.key
, but notmy_image_bone
-- but this is what the core currently expects (without an using skel). Therefore, the value is not practically submitted and not written in the Skeleton. Even if the preview is kept after saving, the supposedly set image is gone again after a reload.This bug is related to viur-framework/viur-core#1045
Payload of an existing file entry (invalid; without
image
):Payload of an directly uploaded file (correctly; with
image
):Using:
vi-admin:
v4.1.3
viur-core:
v3.5.14
The text was updated successfully, but these errors were encountered: