Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0048149 | Retail Modules | Web POS | public | 2021-11-24 07:48 | 2021-11-30 08:25 |
Reporter | swathi_kamal | ||||
Assigned To | ranjith_qualiantech_com | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | pi | ||||
Target Version | Fixed in Version | RR22Q1 | |||
Merge Request Status | approved | ||||
Review Assigned To | |||||
OBNetwork customer | Gold | ||||
Support ticket | 33272 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0048149: Problem in hook precustomeraddrsave and precustomersave | ||||
Description | When saving new address or new customer in POS, Save button should not be disabled after presavehook hook is cancelled. If hook OBPOS_PreCustomerAddrSave is cancelled then save button should be enabled again. | ||||
Steps To Reproduce | In POS, 1. Provide Cancellation=true for hook precustomeraddrsave in console. OB.UTIL.HookManager.registerHook('OBPOS_PreCustomerAddrSave', function(args, callbacks) { args.cancellation = true; OB.UTIL.showError('test'); OB.UTIL.HookManager.callbackExecutor(args, callbacks); }); 2. Click on customer address and create new address. 3. Provide mandatory details and press save. 4. Save button is disabled. But it should not be disabled. | ||||
Proposed Solution | Check attached patch. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=16393&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2021-11-24 07:48 | swathi_kamal | New Issue | |||
2021-11-24 07:48 | swathi_kamal | Assigned To | => Retail | ||
2021-11-24 07:48 | swathi_kamal | File Added: Ticket_33272_Problem_in_hooks_patch.diff | |||
2021-11-24 07:48 | swathi_kamal | OBNetwork customer | => Gold | ||
2021-11-24 07:48 | swathi_kamal | Support ticket | => 33272 | ||
2021-11-24 07:48 | swathi_kamal | Triggers an Emergency Pack | => No | ||
2021-11-24 08:21 | Practics | Issue Monitored: Practics | |||
2021-11-25 16:21 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com | ||
2021-11-26 13:18 | hgbot | Merge Request Status | => open | ||
2021-11-26 13:18 | hgbot | Note Added: 0133389 | |||
2021-11-30 08:25 | hgbot | Merge Request Status | open => approved | ||
2021-11-30 08:25 | hgbot | Resolution | open => fixed | ||
2021-11-30 08:25 | hgbot | Status | new => closed | ||
2021-11-30 08:25 | hgbot | Note Added: 0133406 | |||
2021-11-30 08:25 | hgbot | Fixed in Version | => RR22Q1 | ||
2021-11-30 08:25 | hgbot | Note Added: 0133407 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|