Fixed bug https://bugs.launchpad.net/appy/+bug/408826, implemented blueprints https://blueprints.launchpad.net/appy/+spec/show-or-hide-application-portlet, https://blueprints.launchpad.net/appy/+spec/associate-a-workflow-to-custom-tool-or-flavour and https://blueprints.launchpad.net/appy/+spec/csv-parser
This commit is contained in:
parent
4c29c7c484
commit
facbe7fa3d
8 changed files with 229 additions and 16 deletions
|
@ -533,6 +533,10 @@ class AbstractMixin:
|
|||
self.appyWrapper = self.wrapperClass(self)
|
||||
return self.appyWrapper
|
||||
|
||||
def appy(self):
|
||||
'''Nice alias to the previous method.'''
|
||||
return self._appy_getWrapper(force=True)
|
||||
|
||||
def _appy_getSourceClass(self, fieldName, baseClass):
|
||||
'''We know that p_fieldName was defined on Python class p_baseClass or
|
||||
one of its parents. This method returns the exact class (p_baseClass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue