Bug Fixes
This commit is contained in:
@@ -48,12 +48,12 @@
|
||||
{
|
||||
"fieldName": "image",
|
||||
"dataType": "VARCHAR(250)",
|
||||
"defaultValue": "/images/user_images/user-preset.png"
|
||||
"defaultValue": "/images/user-preset.png"
|
||||
},
|
||||
{
|
||||
"fieldName": "image_thumbnail",
|
||||
"dataType": "VARCHAR(250)",
|
||||
"defaultValue": "/images/user_images/user-preset-thumbnail.png"
|
||||
"defaultValue": "/images/user-preset-thumbnail.png"
|
||||
},
|
||||
{
|
||||
"fieldName": "social_login",
|
||||
@@ -277,13 +277,13 @@
|
||||
{
|
||||
"fieldName": "image",
|
||||
"dataType": "VARCHAR(250)",
|
||||
"defaultValue": "/images/user_images/user-preset.png",
|
||||
"defaultValue": "/images/user-preset.png",
|
||||
"nullValue": true
|
||||
},
|
||||
{
|
||||
"fieldName": "image_thumbnail",
|
||||
"dataType": "VARCHAR(250)",
|
||||
"defaultValue": "/images/user_images/user-preset-thumbnail.png",
|
||||
"defaultValue": "/images/user-preset-thumbnail.png",
|
||||
"nullValue": true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user