sachatrauwaen / OpenContent

Structured Content editing for DNN (Dotnetnuke)
46 stars 25 forks source link

Support for Multi select when using the Satrabel.DnnUsers data source #229

Closed Timo-Breumelhof closed 2 months ago

Timo-Breumelhof commented 5 months ago

I have this (profile) field defined:

"Options": {
          "title": "My Options",
          "type": "array",
          "enum": [
            "option 1",
            "option 2",
            "option 3",
            "option 4"
          ],
          "default": ""
        }

"Options": {
          "dependencies": {},
          "type": "checkboxlist",
          "optionLabels": [
                                    ...
                                 ]
                   }

When I save this the profile field contains this:

[ "option 1", "option 2"]

But when I open the user in OC, all checkboxes are filled

sachatrauwaen commented 2 months ago

Available in version 5.1