Part Edit view shows red validation text on save
Status Closed — not planned
Maintainer reply None cached
Activity 3 comments · opened Jan 11, 2026 · closed Feb 13, 2026
Description
When saving changes on the Part Edit view, red validation text appears below the Reorder Quantity field showing "Please enter a multiple of 1."
Screenshot
The validation message appears even though the value 2.0000 should be a valid multiple of 1.
Steps to Reproduce
- Navigate to Part Edit view
- Edit a part (e.g., Part Number: MOTR-1HP-3PH)
- Enter a Reorder Quantity value like
2.0000 - Click "Save Changes"
- Red text appears: "Please enter a multiple of 1."
Expected Behavior
The value 2.0000 should be accepted as a valid multiple of 1. The validation should either:
- Accept decimal representations of whole numbers (2.0000 = 2)
- Or the field should only accept integer values and format accordingly
Actual Behavior
Red validation text "Please enter a multiple of 1." is displayed, suggesting the value is invalid.
Environment
- Application: ProAlert CMMS
- Page: Part Edit (
/Part/Edit/{id})
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗