#1785 - Syndication of quiz links includes "view" instead of "do".

  • By
  • Added
  • 8 views
Identifier #1785
Issue type Trivial issue (does not break functionality)
Title Syndication of quiz links includes "view" instead of "do".
Status Completed
Handling member Chris Graham
Addon quizzes
Description In cms/pages/modules/cms_quiz.php:

syndicate_described_activity('quiz:ACTIVITY_ADD_QUIZ',$name,'','','_SEARCH:quiz:view:'.strval($id),'','','quizzes');

"view" causes any links generated by adding a quiz from syndication to point to "view" in the URL, which is invalid. It should be "do".
Steps to reproduce

1. Add a quiz.

2. Make note of syndication links. They specify quiz/view/# instead of quiz/do/# . This leads to no output error in Composr.

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated