Actions
BUG #4189
openDescription
Description¶
Module/Section: Agency Profile → Profile Header → Year Founded
Profile: Agency
Issue Category: Functional
On the Edit Year Founded modal, entering the year 2026 triggers a validation warning stating “Year must be between 1800 and 2025”, which prevents the value from being saved.
The validation range appears to be hardcoded and outdated, causing legitimate values to be rejected.
Steps to Reproduce¶
- Navigate to the Agency Profile page.
- Click on the Edit Year Founded icon.
- Enter 2026 in the input field.
- Attempt to save the changes.
Expected Result¶
- The Year Founded field should allow valid values based on the current year (or dynamically update the upper limit each year).
- Validation rules should not block legitimate values due to outdated constraints.
Actual Result¶
- Entering 2026 triggers a validation warning:
“Year must be between 1800 and 2025” - The value cannot be saved due to the outdated validation range.
Attachments¶
Impact Area:¶
Root Cause:¶
Additional Info¶
- Tested By: Aman
Updated by Ayat Rahman about 2 months ago
- Assignee changed from Ayat Rahman to Md. Abdul Hamid
- % Done changed from 0 to 100
Actions