dialog.validate.functions bugs
— at Version 2
The definition of the function returned from dialog.validate.functions suffers from two bugs.
- When obtaining the "value" from the arguments, the inner function should be referencing its own arguments, not those of the outer function.
- When calling functions, it should be using "call" and passing "this" so that other validation functions passed as arguments will have the item as "this" as they expect.
Change History (3)
Component: |
General →
UI : Dialogs
|
Version: |
→ 3.6.6 (SVN - trunk)
|
Description: |
modified (diff)
|
Patch to plugins.dialog.plugin.js