Bug report #12648
When editing a CSV (added as geometryless table) newly added records disappear after saving
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | - | ||
Category: | Digitising | ||
Affected QGIS version: | 2.8.1 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 20761 |
Description
To see the added record is necessary to close and reopen the table of attributes.
This was not the case in past qgis releases.
There is also another inconsistency:
the button to remove columns is active but then columns cannot be deleted. This wasn't the case in previous qgis releases.
Associated revisions
ogr provider: only reset feature id of added feature, if OGR assigned one (fixes #12648)
ogr provider: only reset feature id of added feature, if OGR assigned one (fixes #12648)
(cherry picked from commit ae11a731ae406def333cc85dd2dcbc46429320d9)
History
#1 Updated by Jürgen Fischer over 9 years ago
- Status changed from Open to Feedback
New records appear instantly here in the attribute table.
And the remove attribute button is on since virtual fields can be added and removed from all layers, even if the provider itself doesn't support removal of attributes.
#2 Updated by Giovanni Manghi over 9 years ago
- Status changed from Feedback to Open
Jürgen Fischer wrote:
New records appear instantly here in the attribute table.
it does, but it disappear when you click "save". Then to see it you must close and reopen the table.
#3 Updated by Jürgen Fischer over 9 years ago
- Status changed from Open to Closed
Fixed in changeset ae11a731ae406def333cc85dd2dcbc46429320d9.