Allow different decimal separators for Floats.
This commit is contained in:
parent
0b4f6e1f79
commit
7d3ac9112b
2 changed files with 35 additions and 4 deletions
|
@ -504,7 +504,7 @@ class AbstractMixin:
|
|||
return css, js
|
||||
|
||||
def getAppyTypesFromNames(self, fieldNames, asDict=True):
|
||||
'''Gets the appy types names p_fieldNames.'''
|
||||
'''Gets the Appy types names p_fieldNames.'''
|
||||
return [self.getAppyType(name, asDict) for name in fieldNames]
|
||||
|
||||
def getAppyStates(self, phase, currentOnly=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue