mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #32270
[Bug 1530613] Re: Tags that are excluded are not highlighted in "Tagged journal entries" tag chooser
Ok, there are 2 problem here.
1) the syntax to to do custom templating has changed between v3 and v4
we need to change line 364 in
htdocs/artefact/blog/blocktype/taggedposts/lib.php from:
'extraparams' => array('formatSelection' => "$formatSelection"),
to
'extraparams' => array('templateSelection' => "$formatSelection"),
but there is also a problem in Select2 v4.0.0 where templateSelection
doesn't have the 'container' variable now.
This has been fixed in 4.0.1
https://github.com/select2/select2/releases/tag/4.0.1 so we need to
upgrade mahara to use 4.0.1 first.
I've made a bug report for that - bug 1533971
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1530613
Title:
Tags that are excluded are not highlighted in "Tagged journal entries"
tag chooser
Status in Mahara:
Confirmed
Status in Mahara 15.10 series:
Confirmed
Status in Mahara 16.04 series:
Confirmed
Bug description:
Mahara 15.10+
When you select the tags to display for a journal in the "Tagged
journal entries" block, you can exclude tags. These are supposed to be
displayed in a different color, see for Mahara 15.04
http://manual.mahara.org/en/15.04/_images/taggedjournalentries_tags.png
This is not the case in 15.10. All tags have the same color and thus
it can't be distinguished which ones are excluded when you choose your
tags.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1530613/+subscriptions
References