Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Add contactTags field for non-chair. #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Cryptosaurus
Copy link

The "Fetch recent coauthors" function seems to be broken (it didn't work for me as a pc member fot tosc2022_2).

As far as I can tell, the issue is at

let tags = document.getElementsByName('contactTags')[0].value.split(' ');

This line assumes that there is an input field named contactTags, but this is only the case for chairs. This patch adds the field for all users, and should fix the "Fetch recent coauthors" function.

Note: I haven't tested the patch, and I don't know PHP, so there might be a stupid mistake in the patch :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant