Fix setting the info.yaml inform field when email is known
In the Ntupling Service, the email is set automatically through the user logging in. The function that creates the info.yaml
file was not yet adjusted to this specific use case, leaving the inform
field inside info.yaml
empty sometimes.
This MR fixes the issue by checking whether the email is already known; if so, it retrieves the email from localStorage. If not, the wizard's behaviour remains the same.
Merge request reports
Activity
added Bug WP6 - Analysis Preservation & Open Data labels
Yes, it should! I already deployed this change to the Ntupling Service, so to test whether this fix works you could log in through eduGAIN and create a request. It should include your email in the info.yaml. I only tested this with a social account login since eduGAIN doesn’t work for my university. Could you give it a try and let me know whether it works?
Just tested with a guess access here. Seems to work, thanks a lot!
mentioned in commit 6bbba629