Closed (fixed)
Project:
Paragraphs
Version:
8.x-1.x-dev
Component:
Experimental Widget
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2017 at 11:31 UTC
Updated:
26 Jul 2017 at 09:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ginovski commentedComment #3
ginovski commentedAdded a test asserting the value of the behavior plugin values.
Comment #5
johnchqueCan confirm, values are not being applied. We could use the values for the submitBehaviorForm, agree.
Comment #6
miro_dietikerThis seems related to other delta related problems, such as:
#2852425: Wrong item duplicated when removed / reordered
And also the auto-cleanup entered this trap:
#2846549: Handle non-existing paragraphs in the UI
Can we not move swap subform states according to the reordering? ;-)
Comment #7
miro_dietikerComment #8
ginovski commentedAdding a working patch with the previous version (no subform state for the submit) - if no better solution is possible.
Comment #10
ginovski commentedReturning to needs review - test only failed.
Comment #11
johnchqueNext time upload test-only first. Anyone against RTBC this?
Comment #12
berdirThat breaks paragraphs collection again then and then we have to break it *again* once it works. Because this API is definitely what we want.
Also, pretty sure that validate is likely going to have similar problems and would validate the wrong values for example.
So yeah, I'm against this :) I'll try to figure something out here.
Comment #13
berdirLets start with a reroll.
Also making this critical because this can result in data loss/mangling.
Comment #14
berdirRebased, ignored the permission check there for now, just want to see if the tests still pass. Going to try doing a different fix now.
Comment #15
berdirThis fixes the test for me.
Comment #17
primsi commentedCommitted, thanks.