Luis Cabo
Luis Cabo
Hi @ThiefMaster , @dwindibank I have a working plugin that implements this feature for ROR affiliations. To add the field to the list of plugins fields, I followed the structure...
hmm, still get the same error: ``` const rorField = { name: "ext__ror", title: "ROR Affiliation", inputComponent: RORInput, settingsModalSize: "tiny", noRequired: false, hasPrice: false, icon: "location", renderAsFieldset: false, }; registerPluginComponent(PLUGIN_NAME,...
yes, I have this running: ./bin/maintenance/build-assets.py indico --dev --watch the name field is undefined 
this is what getPluginObjects('regformCustomFields') returns:  the component and props data seems to come from this line where the plugin component is registered: https://github.com/indico/indico/blob/df9678e47659a4c2ee6e51d8703e23e118656434/indico/web/client/js/utils/plugins.jsx#L52 ``` export function registerPluginComponent(plugin, entryPoint, component,...
aha, that was what I was doing wrong! But now I get this warning, is that something I should worry about? 
I will clean up some code and update my repo, I will send you a link tomorrow. I do have an icon setting (second from the bottom) : ``` const...
ah, never mind! I accidentally deleted the icon setting from the "sessions" registry. All is good now. Thanks for you help once again!
Hi @ThiefMaster , @dwindibank I have made our repo public. When you get a chance please take a look and feel free to give us any suggestions, things to change,...
Thank you! I am working on those changes.
I have made those updates except for the debouncing function. I found that the fetch was not always returning a value, specially at the end of a word, e.g. "perimeter"...