[gen] Ref field: param 'shownInfo' can now be a method.
This commit is contained in:
parent
c53654a1a1
commit
12836a40dc
4 changed files with 25 additions and 18 deletions
|
@ -60,7 +60,7 @@ class FileInfo:
|
|||
getting the content of a Pod field, a temporary file may be generated and
|
||||
you will get a FileInfo that represents it.
|
||||
'''
|
||||
BYTES = 5000
|
||||
BYTES = 50000
|
||||
|
||||
def __init__(self, fsPath, inDb=True, uploadName=None):
|
||||
'''p_fsPath is the path of the file on disk.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue