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/24 13:06:59 UTC

[isis] branch 2871-value.types.overhaul updated (4fad7b6 -> 6114d36)

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 4fad7b6  ISIS-2871: fixes missing associated actions in UI grid-layout model
     add 6114d36  ISIS-2871: FormExecutorDefault haunting again

No new revisions were added by this update.

Summary of changes:
 .../viewer/wicket/model/models/ActionModel.java    | 25 +++++++++--
 .../wicket/model/models/FormExecutorContext.java   |  2 +
 .../wicket/model/models/ScalarParameterModel.java  |  6 +++
 .../wicket/model/models/ScalarPropertyModel.java   | 11 +++++
 .../actions/ActionFormExecutorStrategy.java        | 30 +++++++-------
 .../property/PropertyFormExecutorStrategy.java     | 21 +++++-----
 .../components/tree/IsisToWicketTreeAdapter.java   |  2 +-
 .../wicket/ui/panels/FormExecutorDefault.java      | 48 ++++++++--------------
 .../wicket/ui/panels/FormExecutorStrategy.java     | 12 ++++--
 9 files changed, 94 insertions(+), 63 deletions(-)