topcoder-platform / micro-frontends-taas-admin-app

taas-admin-app for managing taas administrative activities
MIT License
0 stars 5 forks source link

[$10] We should not be able to set "Working Days" value less then "daysPaid" #26

Closed maxceem closed 3 years ago

maxceem commented 3 years ago

When we update the value inside the "Working days" field, at the moment the minimal value is 0. Though we added one more field to the Work Periods daysPaid. We should not be able to set value in the "Working Days" less then "daysPaid".

Don't forget to list this field in the fields to get it form the server.

maxceem commented 3 years ago

Implemented and works good.

maxceem commented 3 years ago

paid via https://www.topcoder.com/challenges/9314936a-a802-4eb8-b654-bf61be619582

sandhiyakavi commented 3 years ago

Verified on Dev Env. Not able to set value less than daysPaid.

image

sandhiyakavi commented 3 years ago

Verified on PRod Env with @nkumar-topcoder