Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.1.3
-
None
-
None
Description
AbstractSubmit.handleClick() (line 75) accepts a Collection or a single object.
DirectLink.constructServiceParameters() will accept only a List, array or a single object.
It seems preferable that the correct behavior be Collection, array, or single object for both.