appy.gen: bugfixes in the List field.
This commit is contained in:
parent
6d0549e6ce
commit
7d605d1fbb
8 changed files with 107 additions and 47 deletions
|
@ -121,7 +121,7 @@ class ToolMixin(BaseMixin):
|
|||
p_code.'''
|
||||
return languages.get(code)[2]
|
||||
|
||||
def getCssJs(self):
|
||||
def getGlobalCssJs(self):
|
||||
'''Returns the list of CSS and JS files to include in the main template.
|
||||
The method ensures that appy.css and appy.js come first.'''
|
||||
names = self.getPhysicalRoot().ui.objectIds('File')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue