Mercurial > hg > MPIWGWeb
diff MPIWGStaff.py @ 201:81a8177ca354
shows where a entry comes from in editing mode
author | dwinter |
---|---|
date | Wed, 26 Jun 2013 16:49:31 +0200 |
parents | 124efbedd35b |
children | c3c834cf1a6d |
line wrap: on
line diff
--- a/MPIWGStaff.py Wed Jun 26 16:02:53 2013 +0200 +++ b/MPIWGStaff.py Wed Jun 26 16:49:31 2013 +0200 @@ -863,7 +863,7 @@ - entries= self.mpiwgPubman.search(data,contexts=["escidoc:85274","escidoc:38279","escidoc:644427"]) + entries= self.mpiwgPubman.search(data,contexts=["escidoc:85274","escidoc:38279","escidoc:644427"],resultWithContext=True) pt=PageTemplateFile('zpt/staff/pubman/add_publications.zpt', globals()).__of__(self)