Symptoms
- Save fails after editing a date cell with a
formatproperty configured - Date values revert to unexpected formats after saving
- Upstream date columns cannot be edited despite configuration changes
- Custom Polarion scripts interfere with date field saves on certain rows
Fix: “format” Property Causing Save Failures (v24.5.0)
In Risksheet version 24.5.0, adding aformat property to date-only columns caused save failures due to a timezone fix regression.
Before (causes save error in v24.5.0):
Date Column Types
Risksheet supports three temporal column types, each with different storage and display behavior:| Column Type | Format | Storage | Example |
|---|---|---|---|
date | Date only | yyyy-MM-dd | 2024-06-15 |
datetime | Date and time | Full timestamp | 2024-06-15T14:30:00 |
time | Time only | hh:mm:ss | 14:30:00 |
YYYY-MM-DD format to a local time Date object before applying the column format for display.
Fix: readOnly Property Is Case-Sensitive
If you cannot edit an upstream date column despite setting it to editable, check the capitalization of thereadOnly property.
Incorrect (will not work):
Fix: Custom Script Interference
Custom Polarion scripts that validate work item fields (such as duplicate title checks) can interfere with Risksheet save operations, causing inconsistent save behavior across rows. If some date fields save correctly but others fail:- Check Polarion server logs for custom script errors during save
- Identify which workflow scripts run on the affected work item type
- Test saving with custom scripts temporarily disabled to confirm the cause
The interaction between custom Polarion workflow scripts and Risksheet save operations depends on your specific project configuration. Review your workflow scripts for field validation logic that may reject date changes.
System Read-Only Fields
Certain fields cannot be edited through Risksheet regardless of configuration. The following are always read-only:id, status, type, project, and outlineNumber. Additionally, system fields like author, resolution, created, updated, and type are automatically set to read-only. Date columns bound to these fields will not accept edits.
Verification
After applying the resolution:- Open the Risksheet document with date columns
- Edit a date cell and enter a value in
YYYY-MM-DDformat - Save the document and confirm the save completes without errors
- Verify the date value persists correctly after page refresh
See Also
- Save Operation Failures — general save troubleshooting
- Cell Editing Issues — other editing problems
- Calculated Columns Missing in Exports — formula persistence issues