Bug report #7190
Cell values in attribute table aren't refreshed after column delete rollback (regression in master)
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | - | ||
Category: | GUI | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16236 |
Description
When removing columns in attribute table, all following columns move left and it works ok. Then, if I rollback the changes, the restored columns should be inserted back.
It works for the header as well as data rows above and below the current view.
However, data rows within the current view aren't refreshed. The values previously moved left stay left, and following columns are filled with null.
Closing and reopening the attribute table is the only way to refresh the displayed values.
See also #7169.
Related issues
Associated revisions
block vector layer signals when updating attribute values from field calculator (fixes #7190)
History
#1 Updated by Giovanni Manghi over 11 years ago
- Status changed from Open to Feedback
Hi Borys, is this a regression? cheers!
#2 Updated by Borys Jurgiel over 11 years ago
- Priority changed from Normal to Severe/Regression
- Subject changed from Cell values in attribute table aren't refreshed after column delete rollback (in master) to Cell values in attribute table aren't refreshed after column delete rollback (regression in master)
Yes, it's a regression ( thanks, I was just searching for this ticket to add the regression status :) )
#3 Updated by Jürgen Fischer over 11 years ago
- Status changed from Feedback to Closed
#4 Updated by Jürgen Fischer over 11 years ago
- Status changed from Closed to Reopened
#5 Updated by Regis Haubourg over 11 years ago
confirmed still in 32de07d
#6 Updated by Borys Jurgiel over 11 years ago
- Resolution set to fixed
- Status changed from Reopened to Closed
Fixed in the new dual-view attribute table