cap-md089 / evmplus-v6

The source code for the Event Manager+ suite of tools for Civil Air Patrol units
GNU General Public License v2.0
7 stars 4 forks source link

Attendance status recorded in database incorrectly #82

Closed grioux-neo closed 3 years ago

grioux-neo commented 3 years ago

Describe the bug Attendance status of "Rescinded" is stored in database as "NoShow"

To Reproduce Steps to reproduce the behavior:

  1. Go to an event
  2. Sign in
  3. Edit attendance record - change to Rescinded
  4. Click Update Information
  5. Download spreadsheet - see wrong value: NoShow

Expected behavior Edit attendance record should store proper value in database

Desktop (please complete the following information):

Additional context Have not attempted to su and try changing own status value

grioux-neo commented 3 years ago

Perhaps an artifact of moving to text-based enumerations?