Skip to content

[4.0] Fixing iframes missing assets#27187

Merged
wilsonge merged 9 commits intojoomla:4.0-devfrom
dgrammatiko:patch-3
Dec 3, 2019
Merged

[4.0] Fixing iframes missing assets#27187
wilsonge merged 9 commits intojoomla:4.0-devfrom
dgrammatiko:patch-3

Conversation

@dgrammatiko
Copy link
Contributor

Pull Request for Issue #26077 (comment)

Summary of Changes

Include all the needed assets for the iframes

Testing Instructions

git pull
npm I

Check the multilingual associations side by side view

Expected result

No styles missing

Actual result

Styles missing

Documentation Changes Required

@dgrammatiko dgrammatiko changed the title [4.0] Fixing iframes mässing assets [4.0] Fixing iframes missing assets Dec 1, 2019
@Quy Quy added the PR-4.0-dev label Dec 1, 2019
// Load specific language related CSS
HTMLHelper::_('stylesheet', 'administrator/language/' . $lang->getTag() . '/' . $lang->getTag() . '.css', array('version' => 'auto'));
// TODO: remove the following line whenever the assets are fixed to respect the ovverides
HTMLHelper::_('stylesheet', 'vendor/choicesjs/choices.css', array('version' => 'auto', 'relative' => true));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this will stay here forever, no one will know what choices.css doing here.
If cannot be fixed a reason of the bug, leave the bug live.

I will check the overriding problem with #25775 or after that will be merged, it not that critical.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this will stay here forever

I'm not sure what else can be done atm. Also this isn't the first @todo in the project

Screenshot 2019-12-01 at 21 48 44

@infograf768
Copy link
Member

I have tested this item ✅ successfully on 25cadbb

Solves the original issue here.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27187.

dgrammatiko and others added 3 commits December 3, 2019 14:07
Co-Authored-By: Quy <quy@fluxbb.org>
Co-Authored-By: Quy <quy@fluxbb.org>
Co-Authored-By: Quy <quy@fluxbb.org>
@Quy
Copy link
Contributor

Quy commented Dec 3, 2019

I have tested this item ✅ successfully on a9c46be


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27187.

@Quy
Copy link
Contributor

Quy commented Dec 3, 2019

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27187.

@joomla-cms-bot joomla-cms-bot added the RTC This Pull Request is Ready To Commit label Dec 3, 2019
@wilsonge wilsonge merged commit cb39ad8 into joomla:4.0-dev Dec 3, 2019
@joomla-cms-bot joomla-cms-bot removed the RTC This Pull Request is Ready To Commit label Dec 3, 2019
@wilsonge
Copy link
Contributor

wilsonge commented Dec 3, 2019

Thanks!

@wilsonge wilsonge added this to the Joomla 4.0 milestone Dec 3, 2019
@dgrammatiko dgrammatiko deleted the patch-3 branch February 17, 2020 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants