In Joomla 3.6.0 administration, if you go to
Extensions >Templates > Templates and click on "Preview" you'll go to a page with this URL:
index.php?tp=1&templateStyle=beez3
and it will show position (if enabled) and the default template instead of the "selected" one.
If you go to:
Extensions >Templates > Styles and click on the "Preview" button (the one with the eye) you'll see this page:
/index.php?tp=1&template=4
showing again positions (if enabled) and the default template instead of the desired one.
Practically, strings to get the URL of the preview have been inverted.
templateStyle should be followed by the ID of the Style
template should be followed by the name of the template
Expected URLs should be:
index.php?tp=1&templateStyle=4
for preview in Styles
/index.php?tp=1&template=beez3
for preview in Templates
See the description above.
Joomla 3.6.0
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-07-29 18:55:07 |
Closed_By | ⇒ | Bakual |
Labels |
Added:
?
|
Closing issue as we have two PRs to fix both bugs.