Update Signup Tool To Use the includeLatestJQuery pattern

Description

The signup tool has a strange pattern of loading jQuery and then calling jQuery.noConflict() which confuses the portal code when signup is inlined. The solution is simply to remove the noConflict() calls and switch to using the PortalUtils bean to include the latest JQuery like all the other tools.

Activity

Show:

Hudson CI Server December 6, 2014 at 5:07 AM

SUCCESS: Integrated in sakai-trunk-java-1.7 #554 (See http://builds.sakaiproject.org:8080/job/sakai-trunk-java-1.7/554/)
https://sakaiproject.atlassian.net/browse/SAK-28165#icft=SAK-28165

Remove any and all use of jQuery.noConflict()
Also use PortalUtils.includeLatestJQuery() (csev@umich.edu: rev 315937)

Fixed

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Created December 6, 2014 at 12:50 AM
Updated June 22, 2015 at 8:32 AM
Resolved June 22, 2015 at 8:32 AM

Flag notifications