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/10/27 16:33:26 UTC

[isis] branch 2877-compound.value.types updated (93f944c -> 06d559a)

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

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


    from 93f944c  ISIS-2877: support dialog nesting with bootstrap-modal
     add 06d559a  ISIS-2877: wire up nested dialogs to feed their result into their associated action parameter

No new revisions were added by this update.

Summary of changes:
 .../core/metamodel/interactions/managed/ManagedAction.java   |  2 +-
 .../isis/viewer/wicket/model/models/ActionModelImpl.java     |  6 ++++++
 .../isis/viewer/wicket/model/models/FormExecutorContext.java |  6 ++++++
 .../apache/isis/viewer/wicket/model/models/ScalarModel.java  |  2 +-
 .../model/models/interaction/act/ActionInteractionWkt.java   | 12 ++++++++++++
 .../actionmenu/entityactions/LinkAndLabelFactory.java        | 12 ++++++------
 .../ui/components/actions/ActionParametersFormPanel.java     |  8 ++++----
 .../components/actions/ActionParametersFormPanelFactory.java |  3 +--
 .../org/apache/isis/viewer/wicket/ui/pages/PageAbstract.java |  4 ----
 .../isis/viewer/wicket/ui/panels/FormExecutorDefault.java    |  6 ++++++
 .../isis/viewer/wicket/ui/panels/PromptFormAbstract.java     |  1 +
 .../viewer/wicket/ui/panels/PromptFormPanelAbstract.java     |  4 +---
 12 files changed, 45 insertions(+), 21 deletions(-)