View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006236 | JEDI VCL | 00 JVCL Components | public | 2013-12-04 13:25 | 2015-09-14 13:20 |
Reporter | Torbins | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.48 | |||
Summary | 0006236: TJvMemoryData tries to write to readonly fields | ||||
Description | TJvMemoryData tries to write to readonly fields when applying changes. It's TJvMemoryData.ApplyChanges.WriteFields function should be changed from //... if (FOriginal <> nil) and (FClient <> nil) then //... to //... if (FOriginal <> nil) and (FClient <> nil) and not FClient.ReadOnly then //... | ||||
Tags | No tags attached. | ||||
|
Please try with the latest JVCL version in GIT (or daily zip) and then send us a zipped file containing the sources of an application showing the issue. |
2013-12-16 12:29
|
Jira 6236.7z (63,177 bytes) |
|
I have added a demo. |
2013-12-16 12:58
|
Jira 6236-2.7z (63,251 bytes) |
|
Sorry, first demo wasn't correct. |
|
This is now fixed in GIT |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-12-04 13:25 | Torbins | New Issue | |
2013-12-13 11:11 | obones | Note Added: 0020754 | |
2013-12-13 11:11 | obones | Status | new => feedback |
2013-12-16 12:29 | Torbins | File Added: Jira 6236.7z | |
2013-12-16 12:29 | Torbins | Note Added: 0020856 | |
2013-12-16 12:58 | Torbins | File Added: Jira 6236-2.7z | |
2013-12-16 12:59 | Torbins | Note Added: 0020857 | |
2013-12-16 17:49 | obones | Status | feedback => acknowledged |
2013-12-18 15:44 | obones | Note Added: 0020884 | |
2013-12-18 15:44 | obones | Status | acknowledged => resolved |
2013-12-18 15:44 | obones | Fixed in Version | => Daily / GIT |
2013-12-18 15:44 | obones | Resolution | open => fixed |
2013-12-18 15:44 | obones | Assigned To | => obones |
2015-09-14 13:20 | obones | Fixed in Version | Daily / GIT => 3.48 |