Project

General

Profile

Actions

Bug #4844

closed

Self conditioning causing a loop

Bug #4844: Self conditioning causing a loop

Added by krileon about 11 years ago. Updated about 11 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.

Updated by krileon about 11 years ago Actions #1

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

Updated by krileon about 11 years ago Actions #2

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

Updated by krileon about 11 years ago Actions #3

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom