Posted by Junro on June 16, 2009 at 1:46pm
| Project: | Activity |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hello,
reporting a little bug:
Activity privacy settings: (.../user/*/activity/settings)
only the last activity created is display.
:)
(using the last dev. version)
Comments
#1
Not really sure what you mean here. can you give me a screenshot of this page as well as a screenshot of /admin/setting/activity
#2
ok, here the screenshots :)
#3
Ok 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.
#4
Is this still happening for you with the latest dev? I just tried and here are my results.
/admin/settings/activity/list

/user/*/activity/settings

#5
ok I find the problem, It don't work only with activities with same options:
Same Activity Types and same Nodeapi Triggers.
#6
#7
Forgot to say I'm using the latest dev. version (June 19th)
#8
So 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.
#9
Sure 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.
#10
That's it! :) I didn't really use Activity module before the types patch.
#11
Hmm 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
#12
Automatically closed -- issue fixed for 2 weeks with no activity.