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 2022/03/27 11:45:12 UTC

[isis] branch 2877_value.comps updated (05a0bcc -> 5c7c4ea)

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

ahuber pushed a change to branch 2877_value.comps
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 05a0bcc  ISIS-2877: purge intermediate CalendarEvent demo mixin
     add 5c7c4ea  ISIS-2877: fixes PromptStyle INLINE not used for actions associated to properties

No new revisions were added by this update.

Summary of changes:
 .../apache/isis/applib/annotation/PromptStyle.java |  6 ++--
 .../core/metamodel/spec/feature/ObjectAction.java  | 37 +++++++++++++++++++++
 .../viewer/wicket/model/models/ActionModel.java    | 38 ++--------------------
 .../wicket/model/models/ChainingObjectModel.java   |  2 +-
 .../wicket/model/models/FormExecutorContext.java   |  2 +-
 .../ui/components/scalars/ScalarPanelAbstract.java | 17 ++--------
 .../components/scalars/ScalarPanelAbstract2.java   | 20 ++++++------
 .../viewer/wicket/ui/components/scalars/_Util.java | 11 +++++++
 .../widgets/linkandlabel/ActionLink.java           |  4 +--
 .../isis/viewer/wicket/ui/pages/PageAbstract.java  | 35 +++++++++-----------
 .../wicket/ui/panels/PromptFormAbstract.java       |  2 +-
 11 files changed, 87 insertions(+), 87 deletions(-)