Tobias Jeger pushed to branch bugfix/CHANNELMGR-748 at cms-community / 
hippo-addon-channel-manager


Commits:
a2d785a0 by Tobias Jeger at 2016-06-21T14:35:50+02:00
CHANNELMGR-748 Cosmetic method rename after review

- - - - -


1 changed file:

- frontend-ng/src/angularjs/channel/hippoIframe/hippoIframe.service.js


Changes:

=====================================
frontend-ng/src/angularjs/channel/hippoIframe/hippoIframe.service.js
=====================================
--- a/frontend-ng/src/angularjs/channel/hippoIframe/hippoIframe.service.js
+++ b/frontend-ng/src/angularjs/channel/hippoIframe/hippoIframe.service.js
@@ -55,7 +55,7 @@ export class HippoIframeService {
     }
   }
 
-  _extractRenderPathInfo() {
+  _determineRenderPathInfo() {
     try {
       const path = this.iframeJQueryElement[0].contentWindow.location.pathname;
       return this.ChannelService.extractRenderPathInfo(path);
@@ -90,7 +90,7 @@ export class HippoIframeService {
 
   // called by the hippoIframe controller when the processing of the loaded 
page is completed.
   signalPageLoadCompleted() {
-    this.renderPathInfo = this._extractRenderPathInfo();
+    this.renderPathInfo = this._determineRenderPathInfo();
     this.pageLoaded = true;
 
     const deferred = this.deferredReload;



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

Reply via email to