[gen] Bugfix.
This commit is contained in:
parent
6061060c49
commit
823ada17da
|
@ -480,7 +480,6 @@ class BaseMixin:
|
||||||
|
|
||||||
def showField(self, name, layoutType='view'):
|
def showField(self, name, layoutType='view'):
|
||||||
'''Must I show field named p_name on this p_layoutType ?'''
|
'''Must I show field named p_name on this p_layoutType ?'''
|
||||||
if name == 'state': return False
|
|
||||||
return self.getAppyType(name).isShowable(self, layoutType)
|
return self.getAppyType(name).isShowable(self, layoutType)
|
||||||
|
|
||||||
def getMethod(self, methodName):
|
def getMethod(self, methodName):
|
||||||
|
|
Loading…
Reference in a new issue