GitHub user const1993 opened a pull request: https://github.com/apache/cayenne/pull/346
Bugfix/wrong table behaviour You can merge this pull request into a Git repository by running: $ git pull https://github.com/const1993/cayenne bugfix/wrong-table-behaviour Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/346.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #346 ---- commit 8e3d8c5c6204960f476abd2cfe1ad7ccd9c89ecd Author: kkomyak <const1993@...> Date: 2018-11-14T08:08:49Z CAY-2496 Added selection color for CayenneTable same as used for trees. commit 60c5a6a681d8306e913daa275643afed4330d57e Author: kkomyak <const1993@...> Date: 2018-11-14T12:25:46Z CAY-2496 Fixed cleanup DBAttribute Path cell after selection. commit a40e8eb69f40607615b0fa2031888c309b015f36 Author: kkomyak <const1993@...> Date: 2018-11-14T12:35:19Z CAY-2496 Attache DB_ATTRIBUTE_PATH_COLUMN constant to ObjAttributeTableModel.DB_ATTRIBUTE constant. ---- ---