Project

General

Profile

Actions

Bug #4844

closed

Self conditioning causing a loop

Added by krileon over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
07 November 2014
Due date:
% Done:

100%

Estimated time:

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.

Actions #1

Updated by krileon over 9 years ago

This was previously allowed. Try to fix it so it can work again without looping.

Actions #2

Updated by krileon over 9 years ago

  • 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).

Actions #3

Updated by krileon over 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF