You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/04/28 11:26:06 UTC

[isis] branch ISIS-1999 updated (bb04f62 -> bb6b601)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch ISIS-1999
in repository https://gitbox.apache.org/repos/asf/isis.git.


 discard bb04f62  ISIS-1999: initial implementation for properties and collections on mixins
     new 60ad1df  ISIS-1999: allows mixins to be view models, renders their properties and collections via grid.
     new bb6b601  ISIS-1999: removes AssociationGroup

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (bb04f62)
            \
             N -- N -- N   refs/heads/ISIS-1999 (bb6b601)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 8854 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../viewer/wicket/model/models/ScalarModel.java    |  10 +-
 .../actionmenu/entityactions/LinkAndLabelUtil.java |   3 +-
 .../collection/AssociatedWithActionsHelper.java    |  10 +-
 .../ui/components/collection/CollectionPanel.java  |   3 +-
 .../entity/EntityComponentFactoryAbstract.java     |   3 +-
 .../entity/assocgroup/AssociationGroup.html        |  34 -----
 .../entity/assocgroup/AssociationGroup.java        | 170 ---------------------
 .../linkandlabel/ActionLinkFactoryAbstract.java    |   8 -
 8 files changed, 21 insertions(+), 220 deletions(-)
 delete mode 100644 core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/assocgroup/AssociationGroup.html
 delete mode 100644 core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/assocgroup/AssociationGroup.java