[GitHub] cayenne pull request #246: Fixed CAY-2379 by focusing the ObjEntity after th...

2017-12-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cayenne/pull/246


---


[GitHub] cayenne pull request #246: Fixed CAY-2379 by focusing the ObjEntity after th...

2017-11-10 Thread emecas
GitHub user emecas opened a pull request:

https://github.com/apache/cayenne/pull/246

Fixed CAY-2379 by focusing the ObjEntity after the undo 
RemoveAttributeUndoableEdit  Action

Fixed CAY-2379 by focusing the ObjEntity after the undo 
RemoveAttributeUndoableEdit action

- Added getter on `RemoveAttributeUndoableEdit` to be able to access the 
`ObjEntity` 
- Divided and set public access to `viewCounterpartEntity` method of 
`DbEntityCounterpartAction` to be able to switch to the ObjEntity from 
`CayenneUndoManager` 
- added `focusObjEntity` method  to `CayenneUndoManager` class
- Added logic in `CayenneUndoManager` to handling the focus for a 
`RemoveAttributeUndoableEdit`


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/emecas/cayenne CAY-2379

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cayenne/pull/246.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 #246


commit 969017dabb7f0fd41f37c7e32c939df217a18fca
Author: Emerson Castaneda 
Date:   2017-11-10T14:58:31Z

Fixed CAY-2379 by focusing the ObjEntity after the undo 
RemoveAttributeUndoableEdit action




---