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
Multiple exams with same dateOfExam are all highlighted even though they have a different nameOfExam.
Issue appears in Code the first time in the output of the self.doExamCheck function. It seems to just regard on the date, however, not on the label! I am not aware, if any issues at the registration process itself would appear.
At first sigth, in dateOfExam the examLabel variable is not really used, the output solely relys on the examDate, since in the self.getExamDate function.
Possible fix (at least if date and name are given and enabled):
Additionally, I would like to mention that the script works only if the language in TISS is set to German. It would be lovely to have that mentioned in the description anywhere.
Thanks for your time.
Hope I could help to enhance your project!
The text was updated successfully, but these errors were encountered:
Multiple exams with same dateOfExam are all highlighted even though they have a different nameOfExam.
Issue appears in Code the first time in the output of the self.doExamCheck function. It seems to just regard on the date, however, not on the label! I am not aware, if any issues at the registration process itself would appear.
At first sigth, in dateOfExam the examLabel variable is not really used, the output solely relys on the examDate, since in the self.getExamDate function.
Possible fix (at least if date and name are given and enabled):
Additionally, I would like to mention that the script works only if the language in TISS is set to German. It would be lovely to have that mentioned in the description anywhere.
Thanks for your time.
Hope I could help to enhance your project!
The text was updated successfully, but these errors were encountered: