Content Notification
(Difference between revisions)
Line 1: | Line 1: | ||
[[Category:Using / Maintaining an installation of OpenCms]] | [[Category:Using / Maintaining an installation of OpenCms]] | ||
+ | |||
+ | =Content Notification= | ||
+ | Since OpenCms 6.2 beta has a new feature called "Content Notification". Well this is no workflow, but actually a part of a publishing workflow. | ||
+ | |||
+ | ==This is a manual on how to enable the "Content Notification" feature== | ||
+ | |||
+ | # In the "Permission" dialog, you find a new "permission" called "Responsible", activate this for a group or user. If you assign a group to this resource, all group members will be informed with an email. | ||
+ | # In the "Availability" dialog, you can can set the notification interval for each resource and enable/disable it for the resource. | ||
+ | # In the Administration view, you must schedule a job of the class "org.opencms.notification.CmsContentNotificationJob" (available as one of the pre-defined system jobs) which will do the notification. This job should be scheduled once per day. |
Revision as of 18:27, 22 February 2008
Content Notification
Since OpenCms 6.2 beta has a new feature called "Content Notification". Well this is no workflow, but actually a part of a publishing workflow.
This is a manual on how to enable the "Content Notification" feature
- In the "Permission" dialog, you find a new "permission" called "Responsible", activate this for a group or user. If you assign a group to this resource, all group members will be informed with an email.
- In the "Availability" dialog, you can can set the notification interval for each resource and enable/disable it for the resource.
- In the Administration view, you must schedule a job of the class "org.opencms.notification.CmsContentNotificationJob" (available as one of the pre-defined system jobs) which will do the notification. This job should be scheduled once per day.