View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006641 | JEDI VCL | 00 JVCL Components | public | 2018-06-25 10:10 | 2020-05-19 10:17 |
Reporter | tstoicescu | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | suspended | ||
Product Version | 3.48 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006641: JvDBTreeView - insert record | ||||
Description | /Jvcl/Run/JvDBTreeView.pas: Bug: Editing items's parent in State = dsInsert, it do Post and (wrong) Insert again (a new item). Normally it should edit same item. so: OldState isn't needed: it should never reinsert new item. Stack: TCustomTreeView.CNNotify ... TVN_SELCHANGEDA, TVN_SELCHANGEDW: ... Change TJvCustomDBTreeView.Change :: case OldState of dsEdit: FDataLink.DataSet.Edit; dsInsert: FDataLink.DataSet.Insert; /// Edit end; | ||||
Tags | No tags attached. | ||||
|
Could you check if the issue is still present in the latest GIT content? If yes, please provide the zipped sources of an application showing this. |
|
I found the code snippet referenced above but it looks exactly like above. Question: what exactly shall be changed there? Shall in dsInsert also the Edit method be called? Or is the code as is already fixed? |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-06-25 10:10 | tstoicescu | New Issue | |
2018-07-18 16:05 | obones | Note Added: 0021549 | |
2018-07-18 16:05 | obones | Status | new => feedback |
2019-04-27 14:00 | mh | Note Added: 0021760 | |
2020-05-19 10:17 | obones | Assigned To | => obones |
2020-05-19 10:17 | obones | Status | feedback => resolved |
2020-05-19 10:17 | obones | Resolution | open => suspended |