You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/09/29 04:37:21 UTC

[isis] branch 2871-value.types.overhaul updated (30a3d56 -> b43b12c)

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

ahuber pushed a change to branch 2871-value.types.overhaul
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 30a3d56  ISIS-2871: wire up client side sorting and collection title (wkt)
     add b43b12c  ISIS-2871: DataTableModel fixes to also handle plain action results

No new revisions were added by this update.

Summary of changes:
 .../applib/services/bookmark/BookmarkService.java  |  13 +-
 .../interactions/managed/ActionInteraction.java    |   4 +
 .../interactions/managed/ManagedCollection.java    |   2 +-
 .../managed/nonscalar/DataTableModel.java          |  61 ++++++---
 .../core/metamodel/spec/feature/ObjectMember.java  |  43 +++++++
 .../spec/feature/OneToManyAssociation.java         |  45 -------
 .../bookmarks/BookmarkServiceDefault.java          |  44 ++++---
 .../testdomain/interact/ActionInteractionTest.java |  22 ++++
 .../model/interaction/InteractionDemo.java         |   8 ++
 .../model/interaction/InteractionDemoItem.java     |   8 +-
 .../interaction/DomainObjectTesterFactory.java     | 137 +++++++++++++--------
 .../wicket/model/models/EntityCollectionModel.java |   5 +-
 .../models/EntityCollectionModelParented.java      |  30 +----
 .../models/EntityCollectionModelStandalone.java    |  33 +----
 .../interaction/coll/CollectionInteractionWkt.java |  14 +--
 15 files changed, 269 insertions(+), 200 deletions(-)