Bug #4844
closed
Self conditioning causing a loop
Added by krileon about 10 years ago.
Updated almost 10 years ago.
Start date:
07 November 2014
Description
Fields should not condition themselves. When they do they cause a loop. An impossible scenario. PHP side should ignore such conditions to avoid infinite loop issues.
This was previously allowed. Try to fix it so it can work again without looping.
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
This was due to getFields calling fetchFields, which then caused the loop. getFields is removed in favor of a plugin fieldCall, which calls the getFieldRow instead of letting getFields do it (we already have the field object, it was pointless to regrab the field object via getFields).
- Status changed from Resolved to Closed
Also available in: Atom
PDF