Open nus-pe-script opened 1 week ago
grade command parameters does not correspond with the UG.
grade
To reproduce:
grade 0 s/2 m/1
Expected behavior: From UG, parameters should be INDEX [m/MODULE s/GRADE]
INDEX [m/MODULE s/GRADE]
Actual behavior: Parameters from error response are: INDEX m/MODULE s/GRADE without it being optional.
INDEX m/MODULE s/GRADE
Labels: severity.Low type.FunctionalityBug original: yizhong187/ped#9
severity.Low
type.FunctionalityBug
This is not a valid bug since the index should start with 1 (positive integer)
grade
command parameters does not correspond with the UG.To reproduce:
grade 0 s/2 m/1
Expected behavior: From UG, parameters should be
INDEX [m/MODULE s/GRADE]
Actual behavior: Parameters from error response are:
INDEX m/MODULE s/GRADE
without it being optional.Labels:
severity.Low
type.FunctionalityBug
original: yizhong187/ped#9