pointonsoftware / pscore

C++ library for building your business software
GNU Affero General Public License v3.0
1 stars 2 forks source link

Fixed crash when selecting an employee index #122

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

xxxx

Issue: While in the employee information screen, we can still select an employee when inputting their index in the menu. This makes us to go into an invalid state and crash.

Fix: Added checking to make sure we only interpret the input as an employee index when we are in the employee management screen.

Pull Request Checklist