Michiel Rop pushed to branch master at cms-community / 
hippo-addon-channel-manager


Commits:
318942b0 by Michiel Rop at 2017-07-07T12:14:23+02:00
CHANNELMGR-1383 Replace call to non-existing function

- - - - -


1 changed file:

- frontend-ng/src/angularjs/channel/actions/channelActions.service.js


Changes:

=====================================
frontend-ng/src/angularjs/channel/actions/channelActions.service.js
=====================================
--- a/frontend-ng/src/angularjs/channel/actions/channelActions.service.js
+++ b/frontend-ng/src/angularjs/channel/actions/channelActions.service.js
@@ -73,7 +73,7 @@ class ChannelActionsService extends MenuService {
        translationKey: 'TOOLBAR_MENU_CHANNEL_CONFIRM',
        iconName: 'publish',
        isVisible: () => this._hasOwnChanges() && this._isBranch(),
-       onClick: () => this._confirm(),
+       onClick: () => this._publish(),
      })
     .addAction('discard-changes', {
       translationKey: 'TOOLBAR_MENU_CHANNEL_DISCARD_CHANGES',



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

Reply via email to