Hello,
reporting a little bug:
Activity privacy settings: (.../user/*/activity/settings)
only the last activity created is display.
:)
(using the last dev. version)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | activity_publisher_templates.jpg | 154.7 KB | junro |
| #2 | activity_privacy_settings.jpg | 152.18 KB | junro |
Comments
Comment #1
sirkitree commentedNot really sure what you mean here. can you give me a screenshot of this page as well as a screenshot of /admin/setting/activity
Comment #2
junro commentedok, here the screenshots :)
Comment #3
sirkitree commentedOk thank you. I'll have to test this out myself. It looks like the logic on the user setting may only be reporting one template per module. Will check into.
Comment #4
sirkitree commentedIs this still happening for you with the latest dev? I just tried and here are my results.
/admin/settings/activity/list

/user/*/activity/settings

Comment #5
junro commentedok I find the problem, It don't work only with activities with same options:
Same Activity Types and same Nodeapi Triggers.
Comment #6
junro commentedComment #7
junro commentedForgot to say I'm using the latest dev. version (June 19th)
Comment #8
sirkitree commentedSo you're trying to get more than one message for something like nodeapi insert? For what purpose? I'm not sure that makes sense to do.
Comment #9
Scott Reynolds commentedSure it makes sense.
Create three node types and three separate messages for each node type for nodeapi insert. This bug was introduce by the types patch.
Comment #10
junro commentedThat's it! :) I didn't really use Activity module before the types patch.
Comment #11
Scott Reynolds commentedHmm this is kindof hairy. A template -> action is uniquely identified really only by the $aid assigned to it. The problem is, when the admin wants to change the 'types' property of the template, they have to delete the template and create a new one. Thus, creating a new $aid and thus, eliminating the users previous setting.
But that is a different problem.
Committed this:http://drupal.org/project/cvs/177860