diff --git a/bundle/Resources/public/js/views/plugins/cof-createcontent-universaldiscoveryserviceplugin.js b/bundle/Resources/public/js/views/plugins/cof-createcontent-universaldiscoveryserviceplugin.js index 33571cb..250b9dc 100644 --- a/bundle/Resources/public/js/views/plugins/cof-createcontent-universaldiscoveryserviceplugin.js +++ b/bundle/Resources/public/js/views/plugins/cof-createcontent-universaldiscoveryserviceplugin.js @@ -271,7 +271,7 @@ YUI.add('cof-createcontent-universaldiscoveryserviceplugin', function (Y) { setNextViewServiceParameters: function (service) { var host = this.get('host'); - if (host.get('parentLocation')) { + if (host.get('parentLocation') && service instanceof Y.eZ.ContentCreateViewService) { service.setAttrs({ parentLocation: host.get('parentLocation'), parentContent: host.get('contentType'),