-
Improvement
-
Resolution: Fixed
-
Minor
-
3.3
-
MOODLE_33_STABLE
-
MOODLE_34_STABLE
-
MDL-60129_master-v2 -
mod/book/lang/en/book.php:$string['tagsdeleted'] = 'Book tags have been deleted';
|
mod/forum/lang/en/forum.php:$string['tagsdeleted'] = 'Forum tags have been deleted';
|
mod/glossary/lang/en/glossary.php:$string['tagsdeleted'] = 'Glossary tags have been deleted';
|
mod/wiki/lang/en/wiki.php:$string['tagsdeleted'] = 'Wiki tags have been deleted';
|
mod/wiki/lib.php: $status[] = array('component' => $componentstr, 'item' => get_string('tagsdeleted', 'wiki'), 'error' => false);
|
mod/book/lang/en/book.php:$string['removeallbooktags'] = 'Remove all book tags';
|
mod/forum/lang/en/forum.php:$string['removeallforumtags'] = 'Remove all forum tags';
|
mod/glossary/lang/en/glossary.php:$string['removeallglossarytags'] = 'Remove all glossary tags';
|
mod/wiki/lang/en/wiki.php:$string['removeallwikitags'] = 'Remove all wiki tags';
|
mod/wiki/lib.php: $mform->addElement('advcheckbox', 'reset_wiki_tags', get_string('removeallwikitags', 'wiki'));
|
The modules implement the string 'tagsdeleted' and 'removeallxyztags' but only wiki supports this functionality.
In 3.2 the only activity that supports tagging is the wiki modules, so this is only an issue in 3.3 and above.
- Discovered while testing
-
MDL-57455 Tagging database entries
- Closed
- has a QA test
-
MDLQA-16748 Activity tags are deleted during course reset
- Open
-
MDLQA-17362 CLONE - Activity tags are deleted during course reset
- Passed
-
MDLQA-17912 CLONE - Activity tags are deleted during course reset
- Passed
-
MDLQA-18409 CLONE - Activity tags are deleted during course reset
- Passed
-
MDLQA-18894 CLONE - Activity tags are deleted during course reset
- Passed