[gen] Bugfix.

This commit is contained in:
Gaetan Delannay 2012-12-05 17:47:19 +01:00
parent 6061060c49
commit 823ada17da

View file

@ -480,7 +480,6 @@ class BaseMixin:
def showField(self, name, layoutType='view'):
'''Must I show field named p_name on this p_layoutType ?'''
if name == 'state': return False
return self.getAppyType(name).isShowable(self, layoutType)
def getMethod(self, methodName):