
| Key: |
SAK-11496
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Steve Lonn
|
| Votes: |
0
|
| Watchers: |
2
|
|
If you were logged in you would be able to see more operations.
|
|
|
| 2.6.x Status: |
None
|
| 2.5.x Status: |
None
|
| 2.4.x Status: |
None
|
|
Currently, only the maintain role is able to to invoke the syllabus.read event.
Only the maintain role can see the following link in main_edit.jsp, hence invoke processListRead and log the syllabus.read event.
<h:commandLink action="#{eachEntry.processListRead}" title="#{msgs.goToItem} #{eachEntry.entry.title}">
<h:outputText value="#{eachEntry.entry.title}"/>
</h:commandLink>
FIX: All roles should also invoke the syallbus.read event, so that it is clear who is reading the syllabus.
|
|
Description
|
Currently, only the maintain role is able to to invoke the syllabus.read event.
Only the maintain role can see the following link in main_edit.jsp, hence invoke processListRead and log the syllabus.read event.
<h:commandLink action="#{eachEntry.processListRead}" title="#{msgs.goToItem} #{eachEntry.entry.title}">
<h:outputText value="#{eachEntry.entry.title}"/>
</h:commandLink>
FIX: All roles should also invoke the syallbus.read event, so that it is clear who is reading the syllabus.
|
Show » |
|