Closed (fixed)
Project:
Rules
Version:
8.x-3.x-dev
Component:
Rules Core
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 May 2014 at 13:50 UTC
Updated:
9 Aug 2014 at 08:26 UTC
Jump to comment: Most recent
Action "Show message" needs to be ported to Rules 8.x-3.x.
ActionBase currently supports only entities and until this is resolved "Show message" can not be implemented.
drupal_set_message requires these parameters and ActionBase can not provide them:
function drupal_set_message($message = NULL, $type = 'status', $repeat = FALSE)
Comments
Comment #1
rinasek commentedComment #2
rinasek commentedComment #3
klausiPull request: https://github.com/fago/rules/pull/46
There are a couple of todos in there, not all fixable.
Comment #4
klausiAnd merged.
Comment #6
dasjo