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
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
When creating a new event, a Supervisor must be selected from a select box. The options are not sorted and are formatted in various ways. There are also people on there who are not still employees in TTS. It is extremely difficult to find and select the correct person from this box.
My workaround was to inspect the page's HTML with DevTools, where I could search for the option corresponding to my supervisor and then manually add the selected attribute.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When creating a new event, a Supervisor must be selected from a
select
box. Theoptions
are not sorted and are formatted in various ways. There are also people on there who are not still employees in TTS. It is extremely difficult to find and select the correct person from this box.My workaround was to inspect the page's HTML with DevTools, where I could search for the
option
corresponding to my supervisor and then manually add theselected
attribute.The text was updated successfully, but these errors were encountered: