User tests: Successful: Unsuccessful:
This fixes the default show_page_heading value in view templates.
The issue has been there for years, as can be seen here: http://forum.joomla.org/viewtopic.php?t=638062
The result is that pages get the "Articles" title at the top when they don't have an associated menu item.
In the xml file, the show_page_heading
has a default of 0
.
For some reason the views expect a default of 1
. That's incorrect and fixed with this PR.
Labels |
Added:
?
|
Easy | No | ⇒ | Yes |
Category | ⇒ | Code style |
Thanks for testing :)
Works for me.
Status | Pending | ⇒ | Ready to Commit |
RTC based on testing. Thanks!
Thanks :)
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-03-13 09:33:26 |
Merged. Thanks!
Labels |
Removed:
?
|
@test works, thanks!