
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
The documentation states that person attributes listed in the static parameter cw_person are passed on every request. In fact they are passed only when the channel is instantiated.
|
|
Description
|
The documentation states that person attributes listed in the static parameter cw_person are passed on every request. In fact they are passed only when the channel is instantiated. |
Show » |
|
state.fullxmlUri = state.xmlUri;
Before this statement, fullXmlUri is set to the URL plus the relevant person attribute parameters. I suspect that this statement is supposed to clear out any channel parameters from the previous request. I think what we really need to do is keep this statement, but after that, tack the person attributes back onto the url.