Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0034910
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] StoreServermajorhave not tried2017-01-11 11:302017-02-15 15:05
ReportermtaalView Statuspublic 
Assigned Tomtaal 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision9d3fc05316e2
ProjectionnoneETAnoneTarget VersionRR17Q1.1
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned ToSandrahuguet
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0034910: Errors when sorting and filtering symmetric ds windows in backoffice

DescriptionThe sorting on updated time and creation time in the Outgoing Symmetric DS batches window and Incoming Batches window does not work. Also check the implementation of the incoming error window

Filtering gives error in symmetric ds outgoing data events window (see screenshot).
Steps To ReproduceVisit the windows and sort and filter
Proposed SolutionSolve
TagsNo tags attached.
Attached Filespng file icon Selection_120.png [^] (108,255 bytes) 2017-01-11 11:30


png file icon Selection_121.png [^] (159,094 bytes) 2017-01-11 11:31

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0093561)
hgbot (developer)
2017-01-14 15:56

Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: f114d0fc41d2cb7ce59ebafebd496827bd7647c9
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sat Jan 14 15:56:28 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/f114d0fc41d2cb7ce59ebafebd496827bd7647c9 [^]

Fixes issue 34910: Errors when sorting and filtering symmetric ds windows in backoffice
Support alias in query and do correct order by clause

---
M src/org/openbravo/replication/symmetricds/datasource/OutgoingDataEventsDS.java
M src/org/openbravo/replication/symmetricds/datasource/SymmetricBaseDS.java
---
(0093798)
Sandrahuguet (developer)
2017-01-24 13:41

filter by source node id in Symmetric DS Outgoing Data Events window is not working
(0093803)
hgbot (developer)
2017-01-24 23:28

Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: a43c877a1cc1947936fb2e454cafb22d46080670
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jan 24 23:28:05 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/a43c877a1cc1947936fb2e454cafb22d46080670 [^]

Fixes issue 34910: Errors when sorting and filtering symmetric ds windows in backoffice
Select the correct alias for specific columns

---
M src/org/openbravo/replication/symmetricds/datasource/OutgoingDataEventsDS.java
---
(0093813)
Sandrahuguet (developer)
2017-01-25 10:04

filter by any column in Symmetric DS Outgoing Data Events window is not working at all, only works if the value by which you filter is exactly the same (not working startswith and contains)
(0093906)
hgbot (developer)
2017-01-29 21:43

Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: 6d03ea7ce9a4c242ec24b19ba5a206ac681d2258
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun Jan 29 21:43:40 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/6d03ea7ce9a4c242ec24b19ba5a206ac681d2258 [^]

Fixes issue 34910: Errors when sorting and filtering symmetric ds windows in backoffice
Support starts-with and case-insensitive search on string fields

---
M src/org/openbravo/replication/symmetricds/datasource/SymmetricBaseDS.java
---
(0094314)
Sandrahuguet (developer)
2017-02-14 13:49

contains filtering is not working

Steps to reproduce:
Filter by node in table name column
notice that no result are shown and should be shown some records like sym_node, sym_node_host
(0094349)
hgbot (developer)
2017-02-15 10:25

Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: 9d3fc05316e2c7064f1732cd05eb0ac50141eee3
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Feb 15 10:24:57 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/9d3fc05316e2c7064f1732cd05eb0ac50141eee3 [^]

Fixes issue 34910: Errors when sorting and filtering symmetric ds windows in backoffice
The datasource is a singleton, so members are shared between requests, this was incorrect.
Now using parameters instead of object members.

---
M src/org/openbravo/replication/symmetricds/datasource/SymmetricBaseDS.java
---
(0094364)
Sandrahuguet (developer)
2017-02-15 15:05

reviewed and tested

- Issue History
Date Modified Username Field Change
2017-01-11 11:30 mtaal New Issue
2017-01-11 11:30 mtaal Assigned To => mtaal
2017-01-11 11:30 mtaal File Added: Selection_120.png
2017-01-11 11:30 mtaal Triggers an Emergency Pack => No
2017-01-11 11:31 mtaal File Added: Selection_121.png
2017-01-14 15:56 hgbot Checkin
2017-01-14 15:56 hgbot Note Added: 0093561
2017-01-14 15:56 hgbot Status new => resolved
2017-01-14 15:56 hgbot Resolution open => fixed
2017-01-14 15:56 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/f114d0fc41d2cb7ce59ebafebd496827bd7647c9 [^]
2017-01-14 15:57 mtaal Review Assigned To => Sandrahuguet
2017-01-24 13:41 Sandrahuguet Note Added: 0093798
2017-01-24 13:41 Sandrahuguet Status resolved => new
2017-01-24 13:41 Sandrahuguet Resolution fixed => open
2017-01-24 23:28 hgbot Checkin
2017-01-24 23:28 hgbot Note Added: 0093803
2017-01-24 23:28 hgbot Status new => resolved
2017-01-24 23:28 hgbot Resolution open => fixed
2017-01-24 23:28 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/f114d0fc41d2cb7ce59ebafebd496827bd7647c9 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/a43c877a1cc1947936fb2e454cafb22d46080670 [^]
2017-01-25 10:04 Sandrahuguet Note Added: 0093813
2017-01-25 10:04 Sandrahuguet Status resolved => new
2017-01-25 10:04 Sandrahuguet Resolution fixed => open
2017-01-29 21:43 hgbot Checkin
2017-01-29 21:43 hgbot Note Added: 0093906
2017-01-29 21:43 hgbot Status new => resolved
2017-01-29 21:43 hgbot Resolution open => fixed
2017-01-29 21:43 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/a43c877a1cc1947936fb2e454cafb22d46080670 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/6d03ea7ce9a4c242ec24b19ba5a206ac681d2258 [^]
2017-02-14 13:49 Sandrahuguet Note Added: 0094314
2017-02-14 13:49 Sandrahuguet Status resolved => new
2017-02-14 13:49 Sandrahuguet Resolution fixed => open
2017-02-15 10:25 hgbot Checkin
2017-02-15 10:25 hgbot Note Added: 0094349
2017-02-15 10:25 hgbot Status new => resolved
2017-02-15 10:25 hgbot Resolution open => fixed
2017-02-15 10:25 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/6d03ea7ce9a4c242ec24b19ba5a206ac681d2258 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/9d3fc05316e2c7064f1732cd05eb0ac50141eee3 [^]
2017-02-15 15:05 Sandrahuguet Note Added: 0094364
2017-02-15 15:05 Sandrahuguet Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker