Skip to content

Fix setting the info.yaml inform field when email is known

Daan Eduard Rosendal requested to merge fix-info-yaml-inform into master

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

Loading