Solves the save bug. App was not able to save when rating was default 0. The API was returning default null ratings, the ratings were converted to 'not set' in the App. Changes the patch blips to recognize if rating is set to 'Not Set' and changes it to 0 then.
How to verify
Comment a student without a rating and sucessfully save.
Change description
Solves the save bug. App was not able to save when rating was default 0. The API was returning default null ratings, the ratings were converted to 'not set' in the App. Changes the patch blips to recognize if rating is set to 'Not Set' and changes it to 0 then.
How to verify
Comment a student without a rating and sucessfully save.
Issues fixed
-