Closed (fixed)
Project:
Automatic Entity Label
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2019 at 10:09 UTC
Updated:
24 Oct 2019 at 22:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
eiriksmComment #3
villette commentedI had the exact same issue, with JSON:API, and this patch works like a charm
I'm moving it to RTBC
Comment #4
dqdThanks @eiriksm for the report and for the patch! And Thanks for the reports back to move along. Would love to have some more reviews but won't slow it down too much to commit. Maybe some other confirmation for that it is working?
@eiriksm: would you mind to add some code comment to the code addition? It helps to track down issues popping up later from new code implemented long time before ...
Comment #5
howto commentedI got the same issue with JSON:API (method POST). The patch in #2 solved the issue. Thanks.
Comment #6
eiriksmComment #7
nvakenAfter a long time debugging, I found out that this module was the roots of our JSON:API problems and now have found this issue. Thanks for the patch, this solved my little nightmare.
Comment #8
yepaSame issue on PATCH request to update a node.
The patch #6 solves it :)
Thanks @eiriksma
Comment #9
biarr commentedThanks for the patch! It saved my day and works as expected.
Comment #11
colanThanks!