mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#18532: Hiding pager in lists when not displayed
Work Item: 18532 --HG-- branch : 1.x
This commit is contained in:
@@ -77,7 +77,7 @@ namespace Orchard.Core.Containers.Drivers {
|
|||||||
|
|
||||||
return shapeHelper.Parts_Container_Contained(
|
return shapeHelper.Parts_Container_Contained(
|
||||||
List: listShape,
|
List: listShape,
|
||||||
Pager: pagerShape
|
Pager: part.Paginated ? pagerShape : null
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user