Closed (works as designed)
Project:
Activity Stream
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2008 at 05:08 UTC
Updated:
7 Sep 2008 at 19:30 UTC
Attached is a patch that allows the administrator to set the default Workflow Settings for Activity Stream nodes. When this patch is applied and you go to the main Activity Stream settings page you see the standard options:
[ ] Published
[ ] Promoted to front page
[ ] Sticky at top of lists
When set, these workflow settings apply to all nodes created by Activity Stream.
| Comment | File | Size | Author |
|---|---|---|---|
| activitystream.module.patch | 1.07 KB | samc |
Comments
Comment #1
akalsey commentedThose settings are already available when you edit your content type. That's the "drupal way" of exposing those settings, and I'd rather leave it there than add a redundant set of options on the admin page.
Comment #2
samc commentedYou're totally right. I'm not sure how I missed them there.
Are you interested in a patch that directs users to check the content type settings, e.g. some help text?
Comment #3
akalsey commentedSure, that's not a bad idea.