User tests: Successful: Unsuccessful:
Same as PR #2685 but against staging and same as PR #2481, but for template styles.
To test you can create a fieldset named "description" in the templateDetails.xml and add a field to it. The tab will show up twice.
Apply patch and it will show up only once.
Tracker: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=32957
When one creates such a description fieldset:
If the template xml description is long, we then get in the details Tab a link to "Show full description".
Clicking on that link then loads the Description Tab which may contain fields unrelated to the<description>
in the xml.
Also, forgot to say that the long description is fully displayed in the Details tab.
Just to explain a bit:
The idea of the (existing) feature related to the Description
tab is that one can have a short description which shows on the Details
tab, plus an extended description which shows in its own Description
tab. This already works and currently the feature already adds this "Show full description..." link.
The bug is that the Description
tab is currently shown twice. The fix is to only show it once
Tested. Works as expected
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-05-08 18:30:01 |
Title |
|
Title |
|
Same comment.
Here is a screenshot: although the full xml description is displayed in the details tab, we get a link to the description tab (where I added a field containing something else).
If this is the intended behavior, fine.