Skip to content

Commit 6ae4850

Browse files
authored
feat: Rename Dynamic container to include gtmpl only once in page - MEED-8323 - Meeds-io/MIPs#175 (#789)
Due to changes made in Site Layout Editor MIP, the page structure changed to move the 'bottom-all-container' addon container into UIPortalApplication.gtmpl. This change is mainly made to not having to include this dynamic container inside Standalone pages (which hides shared and site layouts) in order to have the same behavior as if the page is retrieved inside the shared layout. This dynamic container, further more, has been renamed in order to avoid having duplication of applications definition inside a same page which had defined its layout before this change (in which case, the addon container will be rendered in UIPortalApplication and the page content as well).
1 parent 60d745b commit 6ae4850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/src/main/webapp/WEB-INF/conf/chat/container-configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</value-param>
3939
<value-param>
4040
<name>containerName</name>
41-
<value>bottom-all-container</value>
41+
<value>bottom-end-container</value>
4242
</value-param>
4343
<object-param>
4444
<name>ChatNotificationApplication</name>

0 commit comments

Comments
 (0)