Expected behavior:
Update or add grade of chemistry for student at index 1, to a new score of 45.5, which is a numerical value.
Actual behavior:
Error shown: Grade should be a number between 0 and 100.
Remedy:
Update constraints across both application and UG to state that only integers are allowed, or update underlying business logic to allow for non integer numbers.
To reproduce:
grade 1 m/Chemistry s/45.5
Expected behavior: Update or add grade of chemistry for student at index 1, to a new score of 45.5, which is a numerical value.
Actual behavior: Error shown: Grade should be a number between 0 and 100.
Remedy: Update constraints across both application and UG to state that only integers are allowed, or update underlying business logic to allow for non integer numbers.
Labels:
severity.Low
type.FunctionalityBug
original: yizhong187/ped#16