Closed (fixed)
Project:
TableField
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2011 at 16:25 UTC
Updated:
12 Sep 2016 at 09:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jenlamptonConfirmed. Only the first table (delta = 0) is locked.
Comment #2
jenlamptonI've tracked down the problem with
lock_valuesand it's that there has to be a value there to lock down in the first place. Unfortunately, the default values are not populating the second (and so on) tablefields on an entity.Comment #3
jenlamptonhere we go. The problem was the check for a default used delta when there was only a single default present, so it should have been using zero.
Comment #6
jenlamptonThis fix will be in the next release of tablefield.