handle links to external pages correctly
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3682 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
ac0e3fad57
commit
7cfd9f011b
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ class WikiManager(BaseConfiguration):
|
|||
return self.plugins
|
||||
|
||||
def getUid(self, obj):
|
||||
if isinstance(obj, ExternalPage):
|
||||
return obj.uid
|
||||
return self.getPlugin(IIntIds).register(obj)
|
||||
|
||||
def getObject(self, uid):
|
||||
|
|
Loading…
Add table
Reference in a new issue