SUNET / sri-front

Frontend code for the SRI project
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Cable: tele2 information #241

Open jlguillen opened 3 years ago

jlguillen commented 3 years ago

‘Tele2 information’ (Tele2 contract and Tele2 alt. ID) is missing from cable.

PaKZer0 commented 3 years ago

What's missing here, is to detect which schema are we working with (common graphql schema, or the SUNET version which uses the sunet.py overridden forms), in order to add these fields dynamically to the frontend form.

PaKZer0 commented 3 years ago

Added config value with the form configuration chosen by the backend (common, sunet, etc...), so now the frontend knows beforehand which queries should it compile against the graphql schema.