[doc] Continued work on doc, website and look.
This commit is contained in:
parent
dc76ca542a
commit
9872f8ea66
23 changed files with 107 additions and 168 deletions
|
@ -261,7 +261,7 @@ class Tool(ModelClass):
|
|||
page=gen.Page('pages', show=isManager))
|
||||
|
||||
# Document generation page
|
||||
dgp = {'page': gen.Page('documentGeneration', show=isManagerEdit)}
|
||||
dgp = {'page': gen.Page('documents', show=isManagerEdit)}
|
||||
def validPythonWithUno(self, value): pass # Real method in the wrapper
|
||||
unoEnabledPython = gen.String(show=False,validator=validPythonWithUno,**dgp)
|
||||
openOfficePort = gen.Integer(default=2002, show=False, **dgp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue