Bug #6550

peer assessment: link to results displayed as toggle status button
0%
Description
when viewing the status of a PA, the toggle/status button on the left links to the results page (or equivalently, a link to the results page is displayed as a toggle status button)
Files
History
Updated by Anonymous over 9 years ago
in file repository/content_object/peer_assessment/php/lib/complex_display/component/status_viewer.class.php
in method render_action_bar(): a link is created to ACTION_OVERVIEW_RESULTS (= results viewer), however the requested icon is the lock icon (common/libraries/resources/action_setting_true_locked.png) and the label is 'ToggleStatus'
It can be changed to icon to action_view_results and label 'ResultsOverview', however, thsi link already exists in the action bar.
A link to the status viewer seems redundant as the page is already the status viewer...