correctly identify master version when loading external collection
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4055 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
3ec415294b
commit
a95aef1a04
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class ExternalCollectionAdapter(AdapterBase):
|
|||
return [(adapted(v).externalAddress, v, vid)
|
||||
#for vid, v in versionable.versions.items() if vid != '1.1']
|
||||
for vid, v in versionable.versions.items()
|
||||
if v.parent is not None]
|
||||
if IVersionable(v).parent is not None]
|
||||
|
||||
|
||||
class DirectoryCollectionProvider(object):
|
||||
|
|
Loading…
Add table
Reference in a new issue