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
Currently, the "Deactivate" button on the /bookings/edit/:id page does not work.
When clicked, the button should set archived = True for the session
Right now, clicking archived = True does not set the bool = True
Todo:
Re-implement the "Deactivate" button to set archived = True if the "archived" option is selected
Confirm that this functionality works by checking pg admin
Provide a short video in the Pull Request showing the button updating the entry in pg admin
Please complete by Monday at 10pm
The text was updated successfully, but these errors were encountered:
Currently, the "Deactivate" button on the /bookings/edit/:id page does not work.
When clicked, the button should set archived = True for the session
Right now, clicking archived = True does not set the bool = True
Todo:
Please complete by Monday at 10pm
The text was updated successfully, but these errors were encountered: