Exemple #1
0
 def __call__(self):
     self.contentFilter['getClientUID'] = self.context.UID()
     return BatchFolderContentsView.__call__(self)
Exemple #2
0
 def __call__(self):
     # self.context_actions[_('Add')] = \
     #         {'url': '../../batches/createObject?type_name=Batch',
     #          'icon': self.portal.absolute_url() + '/++resource++bika.lims.images/add.png'}
     return BatchFolderContentsView.__call__(self)
Exemple #3
0
 def __call__(self):
     # self.context_actions[_('Add')] = \
     #         {'url': '../../batches/createObject?type_name=Batch',
     #          'icon': self.portal.absolute_url() + '/++resource++bika.lims.images/add.png'}
     return BatchFolderContentsView.__call__(self)
Exemple #4
0
 def __call__(self):
     return BatchFolderContentsView.__call__(self)
Exemple #5
0
 def __call__(self):
     self.contentFilter['getClientTitle'] = self.context.Title()
     return BatchFolderContentsView.__call__(self)