Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0034910 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] StoreServer | major | have not tried | 2017-01-11 11:30 | 2017-02-15 15:05 | |||
Reporter | mtaal | View Status | public | |||||
Assigned To | mtaal | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 9d3fc05316e2 | ||||
Projection | none | ETA | none | Target Version | RR17Q1.1 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | Sandrahuguet | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0034910: Errors when sorting and filtering symmetric ds windows in backoffice | |||||||
Description | The 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 Reproduce | Visit the windows and sort and filter | |||||||
Proposed Solution | Solve | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() ![]() | |||||||
![]() |
|
![]() |
|
(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 (viewer) 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 (viewer) 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 (viewer) 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 (viewer) 2017-02-15 15:05 |
reviewed and tested |
![]() |
|||
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 | OBNetwork customer | => No |
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 |