fixed: profile photos don't obey max image size
This commit is contained in:
parent
221d5ac0aa
commit
53bdfda753
6 changed files with 15 additions and 8 deletions
|
|
@ -161,7 +161,8 @@ sub definition {
|
|||
my $properties = {
|
||||
storageId => {
|
||||
fieldType=>"image",
|
||||
defaultValue=>undef
|
||||
defaultValue=>undef,
|
||||
enforceSizeLimits => 0,
|
||||
},
|
||||
threadId => {
|
||||
noFormPost=>1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue