work in progress: wiki-based link rendering for text resources
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3248 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
c3a5462a6c
commit
34b810a65a
1 changed files with 6 additions and 0 deletions
|
@ -54,6 +54,12 @@ class LoopsWikiManager(WikiManager):
|
|||
return ILinkManager(self.context.getRecordManager()['links'])
|
||||
return super(LoopsWikiManager, self).getPlugin(type, name)
|
||||
|
||||
def getUid(self, obj):
|
||||
return util.getUidForObject(obj)
|
||||
|
||||
def getObject(self, uid):
|
||||
return util.getObjectForUid(uid)
|
||||
|
||||
|
||||
class LoopsWiki(Wiki):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue