? Pending

User tests: Successful: Unsuccessful:

avatar laoneo
laoneo
30 Oct 2018

After the merge of #22287, this pr adapts the remaining javascript and stylesheet imports which were using the old scheme.

avatar laoneo laoneo - open - 30 Oct 2018
avatar laoneo laoneo - change - 30 Oct 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 30 Oct 2018
Category Administration com_associations com_menus Front End com_contact Libraries
avatar laoneo laoneo - change - 6 Nov 2018
Labels Added: ?
avatar laoneo
laoneo - comment - 6 Nov 2018

Changed to relative.

avatar wilsonge wilsonge - change - 6 Nov 2018
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-11-06 09:01:09
Closed_By wilsonge
avatar wilsonge wilsonge - close - 6 Nov 2018
avatar wilsonge wilsonge - merge - 6 Nov 2018
avatar infograf768
infograf768 - comment - 6 Nov 2018

@wilsonge
I needed, for com_localise, to load codemirror.js and css
I had finally to use

		$basePath = 'media/vendor/codemirror/';

		// Load Codemirror
		HTMLHelper::_('script', $basePath . 'lib/codemirror.js', array('version' => 'auto'));
		HTMLHelper::_('stylesheet', $basePath . 'lib/codemirror.css', array('version' => 'auto'));

to get the files loaded.
It did not want to load if relative was set.

Any explanation for that?

Add a Comment

Login with GitHub to post a comment