Admidio / admidio

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.
https://www.admidio.org
GNU General Public License v2.0
297 stars 121 forks source link

Checkbox type field in Contacts module list config is displayed as "[object Object]" #1616

Closed robertoschwald closed 1 month ago

robertoschwald commented 1 month ago

Describe the bug If you add a checkbox-type field to the list configuration for the Contacts module, the Contacts module shows "[object Object]" instead of "checked" or "yes" or something meaningful.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'List config'
  2. Add in the Contacts list config a checkbox type field
  3. Go to Contacts
  4. See "[object Object]" instead of a representation of the checkbox value.

Expected behavior Show "checked" or better "yes" or "no"

Screenshots Not needed imho.

System (please complete the following information):

Additional context None.