Image field is not passing to JSON

Created on 2 May 2023, over 1 year ago
Updated 3 May 2023, over 1 year ago

On original Users Autocompletion Callback view the user picture field is not passing to JSON, but " \n\n\n" instead.
So the other image fields.

The JSONE view produses:

[
    {
        "fields": {
            "user_picture": "  \n\n\n",
            "name": "admin"
        },
        "value": "admin",
        "link": "user::1",
        "group": {
            "group_id": "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440",
            "group_name": "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440"
        }
    }
]
🐛 Bug report
Status

Closed: works as designed

Version

2.0

Component

Code

Created by

🇦🇿Azerbaijan haver

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @haver
  • Status changed to Closed: works as designed over 1 year ago
  • 🇦🇿Azerbaijan haver

    The JSON on callback page - /callback/users is corrrect and pass images ,
    this " \n\n\n" instead image only appear on preview on view edit page/

Production build 0.71.5 2024