Canh Ngo pushed to branch feature/cmng-psp1 at cms-community / 
hippo-addon-channel-manager


Commits:
2b579460 by Canh Ngo at 2016-03-23T17:00:13+01:00
CHANNELMGR-468: fixed the call after renaming the method #_renderContainer()

- - - - -


1 changed file:

- frontend-ng/src/angularjs/channel/page/pageStructure.service.js


Changes:

=====================================
frontend-ng/src/angularjs/channel/page/pageStructure.service.js
=====================================
--- a/frontend-ng/src/angularjs/channel/page/pageStructure.service.js
+++ b/frontend-ng/src/angularjs/channel/page/pageStructure.service.js
@@ -198,7 +198,7 @@ export class PageStructureService {
     return this.HstService.addHstComponent(catalogComponent, container.getId())
       .then((newComponentJson) => {
         this.ChannelService.recordOwnChange();
-        return this._renderContainer(container).then(() => 
this.getComponentById(newComponentJson.id));
+        return this.renderContainer(container).then(() => 
this.getComponentById(newComponentJson.id));
       });
     // TODO: handle error
   }



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/2b5794606ee0e0662c4e749c22fcd6a4ae9dde97
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to