Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038738Retail ModulesGift cards and gift voucherspublic2018-06-12 12:002018-06-22 16:43
ranjith_qualiantech_com 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR18Q3 
marvintm
No
0038738: Not able to create Gift Certificate more than once
In Gift Certificate popup, Apply button is disabled if we try to create gift certificate for the second time
1) Open Menu, Click Create Gift Certificate
2) Fill the fields and apply it
3) Open again the "Create Gift Certificate" from menu
4) Fill the fields

Check "Apply" button is disabled
No tags attached.
Issue History
2018-06-12 12:00ranjith_qualiantech_comNew Issue
2018-06-12 12:00ranjith_qualiantech_comAssigned To => ranjith_qualiantech_com
2018-06-12 12:00ranjith_qualiantech_comTriggers an Emergency Pack => No
2018-06-12 15:02ranjith_qualiantech_comStatusnew => scheduled
2018-06-13 09:07hgbotCheckin
2018-06-13 09:07hgbotNote Added: 0105107
2018-06-13 11:48ranjith_qualiantech_comStatusscheduled => resolved
2018-06-13 11:48ranjith_qualiantech_comResolutionopen => fixed
2018-06-15 15:27migueldejuanaNote Added: 0105189
2018-06-15 15:27migueldejuanaStatusresolved => new
2018-06-15 15:27migueldejuanaResolutionfixed => open
2018-06-18 12:56hgbotCheckin
2018-06-18 12:56hgbotNote Added: 0105194
2018-06-19 07:49ranjith_qualiantech_comStatusnew => scheduled
2018-06-19 07:49ranjith_qualiantech_comStatusscheduled => resolved
2018-06-19 07:49ranjith_qualiantech_comResolutionopen => fixed
2018-06-22 16:43marvintmReview Assigned To => marvintm
2018-06-22 16:43marvintmStatusresolved => closed
2018-06-22 16:43marvintmFixed in Version => RR18Q3

Notes
(0105107)
hgbot   
2018-06-13 09:07   
Repository: erp/pmods/org.openbravo.retail.giftcards
Changeset: a51be7f13006dbcbb0fd8e1ff59166f791452b76
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jun 13 12:36:54 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/a51be7f13006dbcbb0fd8e1ff59166f791452b76 [^]

Related to issue 38738 : Enable Apply Button while opening Create Gift Certificate Popup

---
M web/org.openbravo.retail.giftcards/js/components/GiftCardCertificate.js
---
(0105189)
migueldejuana   
2018-06-15 15:27   
- The commit has no explanation
- "tap" function of 'GCNV.UI.Certificate_btnApply' component is managing the disabled attribute. Enabling/Disabling shoul be in the same place. Put the logic in "tap" or in executeOnShow function.
(0105194)
hgbot   
2018-06-18 12:56   
Repository: erp/pmods/org.openbravo.retail.giftcards
Changeset: 7e4becc6b878776c6b73730ced3ae1c643019f7c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jun 18 15:59:06 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/7e4becc6b878776c6b73730ced3ae1c643019f7c [^]

Related to issue 38738 : Gift Certificate Popup Apply Button is enabled/disabled in the tap event

* Gift Certificate Popup Apply Button is disabled while clicking the button and it will be enabled when tap process id completed


Backed out changeset: a51be7f13006

---
M web/org.openbravo.retail.giftcards/js/components/GiftCardCertificate.js
---