Luis Cabo

Results 17 comments of 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 ![image](https://github.com/user-attachments/assets/e06a488e-b336-40cf-be74-19bba47283c0)

this is what getPluginObjects('regformCustomFields') returns: ![image](https://github.com/user-attachments/assets/9c51e782-b64e-4533-8fcc-d03e61bc881c) 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? ![image](https://github.com/user-attachments/assets/9f7940ad-2118-45e4-a1c7-84fb76bf83e8)

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,...

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"...