You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we don't, and if someone mixes up e.g. affiliation and email that results in very messy data.
import_contributions_from_csv already has some checks, but it's missing one using validate_email. Note: The email is optional, so we should only validate it if it's not empty.
The text was updated successfully, but these errors were encountered:
Nice! If you have any questions feel free to join our IRC channel (#indico on freenode) or ask here.
Also, to test it, you might want to install Indico locally - instructions on how to setup a local development environment can be found here.
Regarding your second comment: A quick search shows that the function is defined in indico/modules/events/contributions/util.py.
To actually use it from the UI, you need to create an event (type "conference"), then go to the "Contributions" page in the management area, and click on "Import".
Currently we don't, and if someone mixes up e.g. affiliation and email that results in very messy data.
import_contributions_from_csv
already has some checks, but it's missing one usingvalidate_email
. Note: The email is optional, so we should only validate it if it's not empty.The text was updated successfully, but these errors were encountered: