Bug report #2397
Editing one field in attribute table replicates the data into other fields
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Vectors | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12457 |
Description
Add a new string field column to a shapefile attribute table, initially asigns a value of NULL.
If any value is then entered into a cell, it is replicated across the rest of the column.
If the changes are saved, the table is refreshed on the screen and shows the unmodified cells still as NULL.
Associated revisions
fix #2397 by clearing attribute maps when retrieving features
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12869 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #2397 by clearing attribute maps when retrieving features
git-svn-id: http://svn.osgeo.org/qgis/trunk@12869 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Giovanni Manghi almost 15 years ago
Confirmed under linux and qgis trunk.
#2 Updated by Jürgen Fischer almost 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in bdf1ee68 (SVN r12870).