
0
Fixed
Unhandled invalid routing values
The following are a series of views for which invalid routing ids / values will cause errors:
- Edit action of the Agents controller, specifying a non-existent agent id or incorrectly formatted Guid. e.g. "Test"
- Create Schedule action of the Operation controller, specify a non-existant id or incorrectly formatted Guid.
- Operation Lists action of the Group controller, specifying an incorrectly formatted Guid.
- Logs action of the Logging controller, specifying an incorrectly formatted DateTime e.g. "Test"
Customer support service by UserEcho
Some excellent finds Tony. Initial thoughts:
The following are a series of views for which invalid routing ids / values will cause errors:
Edit action of the Agents controller, specifying a non-existent agent id or incorrectly formatted Guid. e.g. "Test"Create Schedule action of the Operation controller, specify a non-existant id or incorrectly formatted Guid.Operation Lists action of the Group controller, specifying an incorrectly formatted Guid.Logs action of the Logging controller, specifying an incorrectly formatted DateTime e.g. "Test"Please confirm resolution.
Confirmed after small changes to group controller