#1 — processImport broken?
by
(anonymous)
—
last modified
Jan 08, 2009 02:33 PM
| State | Tested and confirmed closed |
|---|---|
| Version: | 0.8.0 |
| Area | Process |
| Issue type | Patch |
| Severity | Important |
| Submitted by | (anonymous) |
| Submitted on | Jan 12, 2006 |
| Responsible | Raphael Ritz |
| Target release: |
—
|
Looks like 'content.folder.processImport' does not respect the recent API changes.
Tim discovered a bug in the code after the last
checked-in. Line 202 in content/folder.py is currently::
upload = self.processSingleImport(entry, return_ob=True)
but should be::
upload = self.processSingleImport(entry)
because I removed the 'return_ob' argument in favour of always returning
the object.
Added by
Raphael Ritz
on
Jan 12, 2006 03:51 PM
Fixed on trunk and the release 0.8 branch.For now I don't think I'll make a new release as this only affects applications
which use the new feaure from custom code.
No responses can be added.
If you can, please log in before submitting a reaction.
