View Issue Details

IDProjectCategoryView StatusLast Update
0005529OXID eShop (all versions)2.4. Administer productspublic2024-09-16 14:59
Reporterjob963 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.8.0 / 5.1.0 
Fixed in Version7.0.0 
Summary0005529: Footer in each admin list not encapsulated by a block
DescriptionEach element of the lists in the admin are surrounded by a [{block=""}] and [{/block}].

But the footer of all lists doesn't have a block around:
[{include file="pagenavisnippet.tpl" colspan="5"}]

Example for articles
- admin_article_list_colgroup
- admin_article_list_filter
- admin_article_list_item
Missing:
- admin_article_list_footer

If a module adds a column, the orignal file must be overwritten (what is exactly the reason why blocks were introduced)
TagsAdmin
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

SvenBrunk

2024-09-16 14:59

administrator   ~0017536

Fixed in the twig themes. See https://github.com/search?q=org%3AOXID-eSales%20pagenavisnippet&type=code
e.g.

{% include "pagenavisnippet.html.twig" with {colspan: "3"} %}