Feature request #15622
Introduce per layer actions
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Matthias Kuhn | ||
Category: | Actions | ||
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Easy fix?: | No | Copied to github as #: | 23545 |
Description
It should be possible to have a special type of action that works on a selection of features and not just on a single feature. This is especially useful for Python actions.
These actions should be made available in the tool bar of the attribute table or form and be placed either as individual buttons or as a drop-down list. In the action manager there should be a way to define whether an action should be a layer action or a standard per feature action.
The per layer action would return a reference to the layer and a list of selected features.
History
#1 Updated by Andreas Neumann almost 8 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
implemented with https://github.com/qgis/QGIS/pull/3702