FLUID-1728: Problem with scope handling with respect to forms

Metadata

Source
FLUID-1728
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Anastasia Cheetham
Created
2008-10-29T11:49:06.000-0400
Updated
2009-06-03T13:45:29.000-0400
Versions
  1. 0.5
Fixed Versions
  1. 0.6beta1
Component
  1. Renderer

Description

In the renderer, fluid.value() has a bug in scope handling with respect to forms.

Comments

  • Antranig Basman commented 2008-10-29T11:52:26.000-0400

    If a form scope was supplied for a set of values, the logical test for scoping inside fluid.value() was inverted, leading to all the correctly scoped values being discarded rather than retained. Fixed at revision 5882 with adjustment to test cases