Closed (fixed)
Project:
Trashbin
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 18:12 UTC
Updated:
3 Sep 2009 at 19:30 UTC
hey there,
I noticed that when some content is trashed, it doesn't mean it's unpublished. as you said Trashbin does nothing out of the box, I figured I'd have to install Rules. the problem is that I create a new rule and there's simply no reference to Trashbin - neither in conditions nor in actions.
my guess is that there should be a condition ("node is trashed") so Rules can perform an action ("unpublish node"). am I wrong?
anyway, can't trashbin simply unpublish a trashed node automatically?
cheers,
Luciano
Comments
Comment #1
crea commentedHmmm strange. Are you sure you have "Trashbin Rules Integration" submodule enabled ?
There is no condition but there is Rules event implemented, named "Trashbin: Node has been trashed" which is what you need. You need to start with this event and build your Rules rules (sounds funny isn't it) around it.
Trashbin can't unpublish, but Rules can do it.
Comment #2
luco commentedoh, I see. I'll try that Rules rules rules integration [LOL] straight away.
Comment #3
luco commentedwow! it did. thanks :]]
Comment #4
crea commented