View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005713 | SymmetricDS Pro | Bug | public | 2023-02-27 17:54 | 2023-02-27 18:00 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.0 | ||||
Target Version | 3.14.6 | Fixed in Version | 3.14.6 | ||
Summary | 0005713: Outgoing/Incoming Batch Panels fail when sorting grid by Bulk Loader Flag | ||||
Description | When adding Bulk Loader Flag to Outgoing/Incoming Batch Panel, and pressing the Bulk Loader Flag header to sort by that column, an exception is thrown. The member attribute of the model class for the outgoing batches bulk loader flag does not match the column name in the table "bulk_loader_flag", and that causes a failure in the query because the convention of having the bean member attribute camel case match the column name in the database with underscores. Changing the member attribute from bulkLoadFlag to bulkLoaderFlag (to match the column name bulk_loader_flag) and changing the getters/setters and all the callers, allows the sorting by Bulk Loader Flag column on the Outgoing/Incoming Batch panels. | ||||
Steps To Reproduce | 1. Go to Outgoing Batch Panel. 2. Enable the display of Bulk Loader Flag. 3. Show some batches. 4. Press the Bulk Loader Flag header to sort by that column. | ||||
Tags | ui | ||||
SymmetricDS: 3.14 e9bb2049 2023-02-27 17:56:32 Details Diff |
0005713: Outgoing/Incoming Batch Panels fail when sorting grid by Bulk Loader Flag |
Affected Issues 0005713 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/model/AbstractBatch.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/model/IncomingBatch.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/model/OutgoingBatch.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/AcknowledgeService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/IncomingBatchService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/ManageIncomingBatchListener.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/OutgoingBatchService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/transport/AbstractTransportManager.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-02-27 17:54 | pmarzullo | New Issue | |
2023-02-27 17:54 | pmarzullo | Status | new => assigned |
2023-02-27 17:54 | pmarzullo | Assigned To | => pmarzullo |
2023-02-27 17:54 | pmarzullo | Tag Attached: ui | |
2023-02-27 17:56 | pmarzullo | Status | assigned => resolved |
2023-02-27 17:56 | pmarzullo | Resolution | open => fixed |
2023-02-27 17:56 | pmarzullo | Fixed in Version | => 3.14.6 |
2023-02-27 18:00 | pmarzullo | Changeset attached | => SymmetricDS 3.14 e9bb2049 |
2023-03-17 17:25 | admin | Status | resolved => closed |