EscherLabs / Graphene

Graphene is a fully featured Workflow, Micro Application, and Content Management Platform with a robust web-based IDE (Integrated Development Environment). Graphene is the primary engine behind Binghamton University's myBinghamton portal.
https://docs.escherlabs.com/Graphene/
MIT License
29 stars 10 forks source link

"user" type fields default to empty search string for MicroApp forms #220

Closed timcortesi closed 2 years ago

timcortesi commented 2 years ago

When using the "user" type field in a form within a micro-app, the search attribute is set to an empty string and ends up breaking the default functionality of the "user" type. Unless a search type is specified, I would think that the search attribute would be excluded. (or something else that allows the default user type to work as expected)

{
    "type": "user",
    "label": "Label",
    "name": "",
    "showColumn": true,
    "strict": true,
    "search": ""
}

This is currently breaking any micro app that uses a user type field.