Bug report #10860
MMQGIS: joined attributes lose their column names in sort tool
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Python plugins | ||
Affected QGIS version: | 2.4.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | invalid |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 19229 |
Description
When using mmqgis to sort a layer by a given column, the tool creates a new shapefile. In this new shapefile any attribute columns of the original that were the result of a join lose their column names which are replaced by name_of_data_table_#.
This is with QGIS 2.2 and mmqgis 2014.6.8.
History
#1 Updated by mlennert - over 10 years ago
- Resolution set to invalid
Sorry, this bug report is not valid as such. Actually mmqgis completely ignores any joined attributes. This could be considered a bug as well, but it is a different one, so I'm closing this again.
Just for information: The "lost" attribute name came from a save as shapefile of the layer with joined attribute and the classic length limit of column names in dbf.
Serves to show that one should not just commit bug reports for colleagues without going through testing oneself...
#2 Updated by Jürgen Fischer over 10 years ago
- Status changed from Open to Closed