← Back to team overview

mahara-contributors team mailing list archive

[Bug 1512147] A change has been merged

 

Reviewed:  https://reviews.mahara.org/5654
Committed: https://git.mahara.org/mahara/mahara/commit/333ccbd699029dde398e16d6fe595eeb826144de
Submitter: Aaron Wells (aaronw@xxxxxxxxxxxxxxx)
Branch:    master

commit 333ccbd699029dde398e16d6fe595eeb826144de
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Mon Nov 2 13:45:22 2015 +1300

Bug 1512147: Allow tag pieform element hook into autocomplete one

The 'tag' pieform element will now become a wrapper for the
autocomplete one - rather than using the 'autocomplete' element
directly - so that we can centeralise how the tags field is generated and
avoid having to duplicate setup code.

Todo: need to get the select2 behat test to do ajax search

Change-Id: I795969f2411ed5a088103398460e6ac135015319
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

-- 
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/1512147

Title:
  Allow the setting of tags form field to use select2

Status in Mahara:
  In Progress

Bug description:
  I believe this will better manage the adding of tags to
  pages/blogs/artefacts etc when one has many tags to chose from.

  Currently when one clicks the 'show my tags' link above the field it
  proceeds to show all the tags one has and indicates how many times the
  tag has been used.

  It would be better to have an on the fly search as one types to return
  the same sort of information.

  Select 2 is able to achieve this desired ability and the select2
  library is already being used by Mahara

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1512147/+subscriptions


References