You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by emecas <gi...@git.apache.org> on 2017/12/01 20:28:52 UTC

[GitHub] cayenne pull request #250: CAY-2384 Modeler: Visualization issue after an un...

GitHub user emecas opened a pull request:

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

    CAY-2384  Modeler: Visualization issue after an undo action for a deleted ObjRelationship

    Added method `focusObjEntity(ObjEntity objEntity)` in `RemoveRelationshipUndoableEdit` class, that is called during `undo()` action in order to fix CAY-2384

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

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

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

    https://github.com/apache/cayenne/pull/250.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 #250
    
----
commit 6c2d490de4920082774f01e076a63042d4292d88
Author: Emerson Castaneda <em...@users.noreply.github.com>
Date:   2017-12-01T20:23:50Z

    Added method focusObjEntity(ObjEntity objEntity) in RemoveRelationshipUndoableEdit to fix CAY-2384

----


---

[GitHub] cayenne pull request #250: CAY-2384 Modeler: Visualization issue after an un...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---