Opened 12 years ago
Closed 12 years ago
#6032 closed defect (fixed)
[patch][cla] DojoX RPC isn't doing anything with the options parameter it takes
Reported by: | guest | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | RPC | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In the latest svn, the dojo.declare()
for dojox.rpc.Service
takes an options
parameter, presumably for allowing runtime-specified RPC parameters, yet it only stores the data passed to it; the options never get used during the actual RPC invocations. Ideally, these would be mixed in when methods are called.
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | dojox-rpc-options.patch added |
---|
comment:1 Changed 12 years ago by
Forgot to note who I am here. Revin Guillen, revin at sitepen.com, CLA on file.
comment:2 Changed 12 years ago by
Summary: | DojoX RPC isn't doing anything with the options parameter it takes → [patch][cla] DojoX RPC isn't doing anything with the options parameter it takes |
---|
comment:3 Changed 12 years ago by
Milestone: | → 1.1 |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch to mix in user-specified options with regular RPC parameters