Opened 16 years ago
Closed 16 years ago
#235 closed defect (fixed)
table manager: edits in the table are not saved
Reported by: | msieczka | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | Cc: | grass-dev@… | |
CPU: | All | Platform: | All |
Description
- start table manager for a vector map
- edit the table
- Apply or Quit - edits are removed.
Change History (2)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Hopefully fixed in trunk/devrb6 -- r32329 and r32330.
You don't need to press 'Apply' button, changes are applied immediately. I have added dialog when deleting records (can be disabled from GUI preferences). The 'Apply' button is used only for SELECT statements.
Martin