Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040637Retail ModulesCopy Retail Storepublic2019-04-17 19:402019-05-10 14:39
martinsdan 
rqueralta 
normalmajoralways
closedfixed 
30Ubuntu 18.04.1 LTS
 
RR19Q3 
marvintm
No
0040637: Copy Retail Store process does not show the success screen
The Copy Retail Store gets frozen on the processing screen when the store name contains quotation marks.
This may apply to other entities being cloned as well.
The process finishes and everything is cloned, but there is an error rendering the log in the browser.
- Go to https://livebuilds.openbravo.com/retail_modules_pgsql_pi [^]
- Login as The White Valley Group Admin
- Go to the Organization window and change the name of Yosemite Store to Yosemite Store "YS"
- Go to Copy Retail Store and try to copy Yosemite Store "YS"

The processing screen will never disappear. You can see a JS error.
Take care of special characters on CopyStoreProcess.getLog()
No tags attached.
png Screenshot 2019-04-17 18.28.31.png (171,668) 2019-04-17 19:40
https://issues.openbravo.com/file_download.php?file_id=12874&type=bug
png
Issue History
2019-04-17 19:40martinsdanNew Issue
2019-04-17 19:40martinsdanAssigned To => Retail
2019-04-17 19:40martinsdanFile Added: Screenshot 2019-04-17 18.28.31.png
2019-04-17 19:40martinsdanTriggers an Emergency Pack => No
2019-04-24 12:53gorka_gilResolution time => 1557871200
2019-04-25 14:54rqueraltaAssigned ToRetail => rqueralta
2019-04-25 14:54rqueraltaStatusnew => scheduled
2019-05-07 20:26hgbotCheckin
2019-05-07 20:26hgbotNote Added: 0111550
2019-05-07 20:26hgbotStatusscheduled => resolved
2019-05-07 20:26hgbotResolutionopen => fixed
2019-05-07 20:26hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/c30c883eebe12fece57660beefe7f77ce280a896 [^]
2019-05-10 14:39marvintmReview Assigned To => marvintm
2019-05-10 14:39marvintmStatusresolved => closed
2019-05-10 14:39marvintmFixed in Version => RR19Q3

Notes
(0111550)
hgbot   
2019-05-07 20:26   
Repository: erp/pmods/org.openbravo.retail.copystore
Changeset: c30c883eebe12fece57660beefe7f77ce280a896
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Tue May 07 14:25:36 2019 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/c30c883eebe12fece57660beefe7f77ce280a896 [^]

Fixed issue 40637: Copy Retail Store process does not show the success screen

- Msg string with Java escape characters inserted

---
M src/org/openbravo/retail/copystore/process/CopyStoreProcess.java
---