Part Edit view shows red validation text on save

Resolved 💬 3 comments Opened Jan 11, 2026 by midohioboarder1 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

  1. Navigate to Part Edit view
  2. Edit a part (e.g., Part Number: MOTR-1HP-3PH)
  3. Enter a Reorder Quantity value like 2.0000
  4. Click "Save Changes"
  5. 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})

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗