-
Bug
-
Resolution: Fixed
-
Low
-
4.13.10, 4.20.1
-
2
-
Severity 2 - Major
-
30
-
Issue Summary
While editing an object if attribute validation fails, all date/datetime attributes gets updated unnecessarily.
Steps to Reproduce
- Create an Object Type - A
- Add a couple Date/DateTime attribute for Object Type - A
- Add a URL type attribute (for validation)
- Create an object populating the date/datetime attribute(s) and URL attributes populated
- Edit the object and edit the URL attribute in a way that it fails the URL validation (remove the "https://" or "http://" from the URL prefix)
- Once the invalid URL error is thrown edit the URL correctly (prefix "https://" or "http://") and save
Expected Results
Only the URL attribute update is stored in object history
Actual Results
Along with the URL attribute, Date/DateTime attributes are also updated. This affects both Old schema view as well as new object view page.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- duplicates
-
JSDSERVER-8441 After editing some object attributes, the object history shows entries for Date type attributes that didn't have any changes
-
- Closed
-
- mentioned in
-
Page Loading...