Graphene: Resource support for the search attribute of the Combox type fields
Is your feature request related to a problem? Please describe. We are developing a new MicroApp in Graphene, and the MicroApp is using comboxes (smallcombo) to list all of the users that is returned as response from an API. Since loading all of the users at the same time will cause problems, we need to use the combobox as a custom user search field. Since the needed API is not a public API, and it is enforcing using API credentials, the combobox cannot make requests to the API mentioned.
Describe the solution you'd like We need combobox type fields of Graphene to have a "Search" attribute editable (and visible for an easier developer use) in its Display or Options section in the form builder, and we also need them to have the ability to use resources of a microapp/ workflow so we can make secure API requests (GET request?).
Additional context If additional information is needed, please contact to @alikemaltanriverdi
@Cloverstone -- can you please bump this up in terms of priority? This is needed for the IAM Project.
Yeah - actually already started this and some of the plumbing made it in last week for the push
On Thu, Feb 10, 2022 at 4:38 PM Tim Cortesi @.***> wrote:
@Cloverstone https://github.com/Cloverstone -- can you please bump this up in terms of priority? This is needed for the IAM Project.
— Reply to this email directly, view it on GitHub https://github.com/EscherLabs/Graphene/issues/197#issuecomment-1035546871, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMBGEMYHW32KE2H2AUWEHDU2QV53ANCNFSM5OCD7GUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you were mentioned.Message ID: @.***>
-- Adam Smallcomb Business Architect/Analyst Binghamton University (607) 777-6121
@Cloverstone not sure if I am using the "Search Target" attribute of the user type field correctly, but I do not think that it is finding the users as expected.
- When I just use the name of the resource, it cannot find the data in the resources.
- When I just put a public github link in there, it kind of finds the data, but cannot show it properly.
- And also, search target doesn't show the existing resources, so I am not exactly sure what is intended to be put in "Search Target" attribute in order to utilize it.
Please see the new_form form in http://portalawsdev.binghamton.edu/admin/apps/278#forms to if I am using the attribute correctly. Otherwise, can you please describe how to use it?