cern-sis / react-formule

User-friendly, extensible form builder for React based on JSON Schema and RJSF
https://cern-sis.github.io/react-formule/
MIT License
7 stars 3 forks source link

Remove idFetcher #54

Open miguelgrc opened 3 weeks ago

miguelgrc commented 3 weeks ago

The ID fetcher field is a leftover from CAP. It doesn't work properly as it needs CAP's backend to make the requests to the different services. We can simply remove this from Formule as, even if it worked correctly, it would provide little value. There should be no effect on CAP as we are fully overwriting the component there anyway.