FLUID-6120: fluid.transforms.limitRange is missing an inverse rule

Metadata

Source
FLUID-6120
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2017-01-26T12:45:05.394-0500
Updated
2017-01-30T09:20:39.089-0500
Versions
  1. 2.0
Fixed Versions
  1. 3.0
Component
  1. Model Transformation System

Description

fluid.transform.limitRange is missing the inverse rule. This should can be modelled after fluid.transforms.round's inverse ( https://github.com/fluid-project/infusion/blob/master/src/framework/core/js/ModelTransformationTransforms.js#L93 ). That is, it can return the back the current model value.

see channel conversation: https://botbot.me/freenode/fluid-work/2017-01-26/?msg=79987172&page=1

Comments