
| Key: |
SAK-10410
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Nuno Fernandes
|
| Votes: |
0
|
| Watchers: |
3
|
|
If you were logged in you would be able to see more operations.
|
|
|
Sakai
Created: 19-Jun-2007 08:42
Updated: 23-Oct-2008 08:37
|
|
| Component/s: |
Polls
|
| Affects Version/s: |
2.4.0,
2.4.1
|
| Fix Version/s: |
2.5.0,
2.4.x
|
|
| 2.4.x Status: |
Resolved
|
| 2.5.x Status: |
None
|
| 2.6.x Status: |
None
|
|
Site ID is not being correctly written for the event "poll.vote". This is done at PollVoteManagerDaoImpl.java (line 76 - the one that posts the event). The Site ID can be known by executing:
ToolManager.getCurrentPlacement().getContext()
and it is currently missing the last ".getContext()" so, current events have the form:
poll/site/org.sakaiproject.site.impl.BaseToolConfiguration@34202685/poll/1
If possible, please add the fix to the 2-4-x maint. branch.
Thank you!
|
|
Description
|
Site ID is not being correctly written for the event "poll.vote". This is done at PollVoteManagerDaoImpl.java (line 76 - the one that posts the event). The Site ID can be known by executing:
ToolManager.getCurrentPlacement().getContext()
and it is currently missing the last ".getContext()" so, current events have the form:
poll/site/org.sakaiproject.site.impl.BaseToolConfiguration@34202685/poll/1
If possible, please add the fix to the 2-4-x maint. branch.
Thank you!
|
Show » |
|