Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027686Retail ModulesWeb POSpublic2014-09-25 13:172015-02-19 11:14
asiermartirena 
marvintm 
lowminorN/A
closedfixed 
30
 
RR15Q2 
marvintm
No
0027686: If createdBy and userId are not sent in synchronization tasks it should pick the currentUser
On DataSyncProcess to pick the userId it looks for createdBy or userId. If no one is sent it should select the currentUser instead.
There are cases in which createdBy and userId are not sent.
N/A
No tags attached.
diff patch.diff (855) 2014-09-25 13:27
https://issues.openbravo.com/file_download.php?file_id=7277&type=bug
Issue History
2014-09-25 13:17asiermartirenaNew Issue
2014-09-25 13:17asiermartirenaAssigned To => asiermartirena
2014-09-25 13:17asiermartirenaTriggers an Emergency Pack => No
2014-09-25 13:21asiermartirenaSummaryThere have to be two comprobations when selecting user in synchronization. => If createdBy and userId are not loaded in synchronization, there should be possibility to select currentUser by default
2014-09-25 13:25asiermartirenaSummaryIf createdBy and userId are not loaded in synchronization, there should be possibility to select currentUser by default => If createdBy and userId are not sent in synchronization tasks it should pick the currentUser
2014-09-25 13:25asiermartirenaDescription Updatedbug_revision_view_page.php?rev_id=6638#r6638
2014-09-25 13:26asiermartirenaReview Assigned To => marvintm
2014-09-25 13:26asiermartirenaIssue Monitored: marvintm
2014-09-25 13:27asiermartirenaFile Added: patch.diff
2014-09-25 13:28asiermartirenaNote Added: 0070375
2014-11-28 11:38asiermartirenaAssigned Toasiermartirena => marvintm
2015-02-17 11:12hgbotCheckin
2015-02-17 11:12hgbotNote Added: 0074546
2015-02-17 11:12hgbotStatusnew => resolved
2015-02-17 11:12hgbotResolutionopen => fixed
2015-02-17 11:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9b826b1f263d4f33f1a5e94dbfc8b025b18fff26 [^]
2015-02-19 11:14marvintmStatusresolved => closed
2015-02-19 11:14marvintmFixed in Version => RR15Q2

Notes
(0070375)
asiermartirena   
2014-09-25 13:28   
You can find attached the proposed solution.
(0074546)
hgbot   
2015-02-17 11:12   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 9b826b1f263d4f33f1a5e94dbfc8b025b18fff26
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Tue Feb 17 11:12:23 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9b826b1f263d4f33f1a5e94dbfc8b025b18fff26 [^]

Fixed issue 27686:If no user is sent on sync, send the currentUser

---
M src/org/openbravo/mobile/core/process/DataSynchronizationProcess.java
---