Closed linchenhsin closed 9 years ago
Priority number should be 0~10 inclusive.
For integer that is out of range (>10) e.g. %{11} it shows the error message "Priority must be between and inclusive of 0 and 10. 0 <= priority <= 10"
However, for integer that is <0 e.g. %{-1} the priority number will be 0 instead of showing the error message.
Priority number should be 0~10 inclusive.
For integer that is out of range (>10) e.g. %{11} it shows the error message "Priority must be between and inclusive of 0 and 10. 0 <= priority <= 10"
However, for integer that is <0 e.g. %{-1} the priority number will be 0 instead of showing the error message.