View Issue Details

IDProjectCategoryView StatusLast Update
0006236JEDI VCL00 JVCL Componentspublic2015-09-14 13:20
ReporterTorbinsAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.48 
Summary0006236: TJvMemoryData tries to write to readonly fields
DescriptionTJvMemoryData 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
//...
TagsNo tags attached.

Activities

obones

2013-12-13 11:11

administrator   ~0020754

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)

Torbins

2013-12-16 12:29

reporter   ~0020856

I have added a demo.

2013-12-16 12:58

 

Jira 6236-2.7z (63,251 bytes)

Torbins

2013-12-16 12:59

reporter   ~0020857

Sorry, first demo wasn't correct.

obones

2013-12-18 15:44

administrator   ~0020884

This is now fixed in GIT

Issue History

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