-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 7.3
-
Fix Version/s: 11.x
-
Component/s: Actions & Filters, Content Views, Seam / JSF UI
The default selection actions usually rely on an hardcoded list name (to check availability of action in filters, and perform action on selected elements).
The list of selected elements, as well as current content view (holding selection list name) are available in context, so this could:
- simplify actions declarations
- make them usable in another content view where selection list changes, without having to provide java code
- depends on
-
NXP-10093 Automation: refactor all operations dealing with selection lists to use generic operations.
- Open
-
NXP-13345 Improve selections management on content views
- Resolved
-
NXP-17208 Allow using action context variables in action definition and rendering
- Resolved
-
NXP-17209 Clean up ClipboardActionsBean and DeleteActionsBean
- Resolved