snarfblam / Prop-manager

Property management and tenant service web application
7 stars 7 forks source link

Maintenance request unmark complete #72

Closed aknight023 closed 6 years ago

aknight023 commented 6 years ago

Add Maintenance method to the Maintenance table (and update UI and API to reflect this). Also, if a Maintenance is marked complete , admin should be able to revert that (e.g. to correct a mistake) if the maintenance request is not completed

clarkwmcd commented 6 years ago

Was this code tested? I am getting a 404 error after merging it

clarkwmcd commented 6 years ago

Yeah there is no backend API route for the axios post to "/api/changeStatusMaintRequest". Maybe it did not get commited???

aknight023 commented 6 years ago

77 should fix it now. Not sure why that wasnt in there #72. See if that works for you now.

clarkwmcd commented 6 years ago

Yep its working now. Nice work