This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 7a28ccfa3ce336a6f1c0c6a5b63cc84b522ecc3c Author: Dan Klco <[email protected]> AuthorDate: Mon Nov 18 03:37:13 2019 -0500 Fixing an issue where the table will not reload correcly (switches to grid mode) --- .../libs/sling-cms/components/cms/contenttable/contenttable.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/contenttable/contenttable.jsp b/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/contenttable/contenttable.jsp index 74f9567..ef96d59 100644 --- a/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/contenttable/contenttable.jsp +++ b/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/contenttable/contenttable.jsp @@ -17,7 +17,7 @@ * under the License. */ --%> <%@include file="/libs/sling-cms/global.jsp"%> - <div class="reload-container table__wrapper scroll-container contentnav" data-path="${resource.path}.html${slingRequest.requestPathInfo.suffix}"> + <div class="reload-container table__wrapper scroll-container contentnav" data-path="${resource.path}.table.html${slingRequest.requestPathInfo.suffix}"> <table class="table is-fullwidth is-striped sortable"> <thead> <tr>
