Bug report #2665
Actions using columns alias but the drop down menu lists the columns names
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | GUI | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Windows | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12725 |
Description
When inserting an column name in an action the drop down menu lists the columns names but when the actions are used they look for the alias of that column. So or in the drop down menu should be shown the aliases or the action should use the column name instead the alias.
History
#1 Updated by Jürgen Fischer over 13 years ago
- Resolution set to fixed
- Status changed from Open to Closed
actually the action can use both starting with c8c01721 (SVN r14284).