Closed (fixed)
Project:
Scheduler
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2017 at 15:49 UTC
Updated:
23 Nov 2017 at 08:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jonathan1055 commentedHi chr.fritsch,
You know, that is a very good question! On first doing some tests I don't think Scheduler does need the Action module. We make use of the 'actions' system to publish and unpublish content (see schedulerManager.php) but I think this is in core now. Maybe in earlier version of core 8.x this was not the case, or maybe at the initial conversion of Scheduler from 7.x it was done using the Actions module.
Here's a patch without the dependency. It all runs OK locally, and interactive testing also seems fine.
Comment #4
jonathan1055 commentedThanks. Fixed