Ticket #3228 (closed defect: fixed)
MultipleDataForm should not init Node twice
| Reported by: | misc | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.2 |
| Component: | xmpppy | Version: | svn |
| Severity: | normal | Keywords: | |
| Cc: | OS: | All |
Description
goto in src/ , run python
import common.i18n import common.dataforms print common.dataforms.MultipleDataForm?('submit')
<tag />
with the following patch :
import common.i18n import common.dataforms print common.dataforms.MultipleDataForm?('submit')
<x xmlns="jabber:x:data" type="submit" />
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
