Project:
View Revisions: Issue #30969 | [ Back to Issue ] | ||
Summary | 0030969: The cancellation of the preOrderSave Hook creates an Scrim that is not possible to hide | ||
Revision | 2015-09-29 17:24 by guillermogil | ||
Steps To Reproduce | Install org.openbravo.retail.trainingmode module Click the menu and click start training mode Add a product and close the order You will see an scrim |
||
Revision | 2015-09-29 17:24 by guillermogil | ||
Description | The cancellation of the preOrderSave Hook creates an Scrim that is not possible to hide and does not allow to de anything on WebPOS. It is not possible to reproduce it on PI but it is reproduceble on 15Q2.4. It does not happen also on 15Q1.5 |
||
Revision | 2015-09-29 16:59 by guillermogil | ||
Steps To Reproduce | Raise the cancellation of the hook or add the following code: OB.UTIL.HookManager.registerHook('OBPOS_PreOrderSave', function (args, callbacks) { args.cancellation = true; OB.UTIL.HookManager.callbackExecutor(args, callbacks); }); |
||
Revision | 2015-09-29 16:59 by guillermogil | ||
Description | The cancellation of the preOrderSave Hook creates an Scrim that is not possible to hide and does not allow to de anything on WebPOS. It is not possible to reproduce it on PI but it is reprudiceble on 15Q2.4. It does not happen also on 15Q1.5 |
||
Revision | 2015-09-29 16:56 by guillermogil | ||
Description | The cancellation of the preOrderSave Hook creates an Scrim that is not possible to hide and does not allow to de anything on WebPOS | ||
Revision | 2015-09-29 16:55 by guillermogil | ||
Description | The cancellation of the preOrderSave Hook creates an Scrim that is not possible to hide | ||
Revision | 2015-09-29 16:54 by guillermogil | ||
Description | Cancellation the preOrderSave Hook creates an Scrim that is not possible to hide |
Copyright © 2000 - 2009 MantisBT Group |