Relates to
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
...
Locate the asset of the specific qualification you are editing.
Edit the metadata value HeadingOverride. This should already contain the name of the asset, with any course codes converted to html links.
Make sure that when you're editing this metadata field that the Format in the WYSIWYG menu is set to DIVP.
Now change the course code and range into a link, either by selecting it and creating a link using the wysiwyg interface, or by editing the code manually.
...
Code Block |
---|
http://www.victoria.ac.nz/search?q=+&as_q=inmeta:subjectcode=CODE+AND+NUM1..NUM2inmeta:coursenumber:NUM1%2E%2ENUM2&site=course_search_collection |
With the values CODE, NUM1 and NUM2 replaced with the appropriate values.
For example, MMBA 531-599 would become
http://www.victoria.ac.nz/search?q=+&as_q=inmeta:subjectcode=MMBA+AND+531..inmeta:coursenumber:531%2E%2E599&site=course_search_collection
The html code looks like this:
Code Block |
---|
<a href="http://www.victoria.ac.nz/search?q=+&as_q=inmeta:subjectcode=MMBA+AND+531..599&inmeta:coursenumber:531%2E%2E599&site=course_search_collectionco">MMBA 531-599</a> |
CAUTION
...