LabNeuroCogDevel / LNCDschedule

calendar and research schedule/visit DB interface
0 stars 1 forks source link

Checkin Button Crashes #19

Closed Tian99 closed 5 years ago

Tian99 commented 5 years ago

File "schedule.py", line 1070, in checkin_button_pushed self.checkin_what_data) TypeError: unsupported operand type(s) for &: 'str' and 'dict'

Tian99 commented 5 years ago

checkin button crash fixed, new issue arose that "sqlalchemy.exc.NoSuchTableError: visit_checkin_view" After accepting checkin", under the condition that such table exists in the database

Tian99 commented 5 years ago

which table will it add to? because the old values doesn't correspond with the new one. Once figured out, simply change line 236 In CheckinVisit.py

old values include: vid, ids, studys, vsocre, ra, note, tasks

Tian99 commented 5 years ago

Or simply delete that line to make it work

Tian99 commented 5 years ago

fixed.