Bug report #14683

Calling Actions from attribute context menu vs. the Action map tool

Added by Jakob Lanstorp about 8 years ago. Updated almost 8 years ago.

Status:Closed
Priority:Normal
Assignee:-
Category:Actions
Affected QGIS version:master Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied:No Resolution:fixed/implemented
Crashes QGIS or corrupts data:No Copied to github as #:22647

Description

When calling an action from the context menu (right click) on an attribute window, the value obtained from a field name does not show.

Python action example:
print "Value of myattribute: {}".format('[% "myattribute" %]')
only prints "Value of myattribute:" not adding the actually value.

The same action used from the Action map tool button writes out the field value also as expected.

Tested on Windows 7 OSGEO4W QGIS version 2.14.1 and QGIS master.

History

#1 Updated by Giovanni Manghi about 8 years ago

  • Category set to Actions

#2 Updated by Nyall Dawson almost 8 years ago

  • Status changed from Open to Feedback

I can't reproduce on master - can you confirm this bug is still present?

#3 Updated by Jakob Lanstorp almost 8 years ago

Did a test agains OSGEO4W QGIS 2.14.2 where the error is present. Did also a test against QGIS master of today (QGIS code revision: ed1235d) where the error is no more present.
So I quess the issue can be closed now.

#4 Updated by Nyall Dawson almost 8 years ago

  • Resolution set to fixed/implemented
  • Status changed from Feedback to Closed

#5 Updated by Nyall Dawson almost 8 years ago

I believe this should also already be fixed in 2.14.3

Also available in: Atom PDF