Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
action.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Dec 2014 at 18:35 UTC
Updated:
26 Jan 2015 at 12:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pcambraComment #3
pcambraComment #4
jibranThanks for the patch and issue.
Comment #5
alexpottThis issue is a minor task so we need to outline how it fits within the allowable Drupal 8 beta criteria. Can someone add Drupal 8 beta phase evaluation template to the issue summary.
We need to decide whether injection of dependencies is beta permissible or not - this one is especially interesting since it is a base class so any contrib modules that implement it will break.
Comment #6
dawehnerDon't we want to use the account switcher here as well?
Comment #7
dawehnerhttps://www.drupal.org/node/2377441
Comment #8
pcambraComment #9
pcambraAs discussed with @dawehner on IRC, there's no user switching on this change so no need to use that bit.
Added the beta evaluation table and setting back to RTBC
Comment #10
dawehnerYeah +1
Comment #11
alexpottPlugins should be properly injected with their services where possible. Committed b8b30d3 and pushed to 8.0.x. Thanks!
Thanks for adding the beta evaluation to the issue summary.