#1101 closed enhancement (fixed)
dojo.validate.check patch for constraint handling
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.3 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
I've created a patch that allows the constraints: {field: [function,param]}
logic to allow 2 dimensional arrays to be passed into constraints so that more than one constraint can be applied to a field.
The patch includes updates to the existing rhino unit tests for dojo.validate.check so it should (i hope) be easy to accept this one without much effort.
Unfortunately I've got too many local changes to dojo to allow me to create one patch to cover everything, so I'm going to have to attach one patch for library changes and one patch for test changes.
Attachments (2)
Change History (4)
Changed 15 years ago by
Attachment: | dojo-validatecheck-patch.txt added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The library changes