[GeneralDiscussion] outline updating query
[email protected] (jmax)
| Newsgroups | gmane.comp.web.zope.zwiki |
|---|---|
| Message-ID | <20080407171957-0700__8518.2822811932$1207614127$gmane$org@zwiki.org> |
Ironic, given the above, but... We at Thinkubator are once again pushing against the traditional. I'm currently working in a system in which a new page can be created and "filed" under multiple parents as part of the creation step. I'm calling create() instead of edit() as it seems to offer the ability to pass a 'parents' argument. And it partially works. The parents are added locally, to the new page's property, but they don't seem to make it into the outline (and hence, to be known to the parents themselves -- imagine being in such a situation!) Now, create() seems to be calling wikiOutline().add(), which ought to do the trick, but, as I say, it isn't, and besides, when I look, I don't see an 'add()' defined anywhere for wikiObject. So... any pointers? -- forwarded from http://zwiki.org/GeneralDiscussion#[email protected]