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 16:26:31 UTC

[isis] branch 2877_value.comps updated (5c7c4ea -> 4ad911e)

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 5c7c4ea  ISIS-2877: fixes PromptStyle INLINE not used for actions associated to properties
     add 4ad911e  ISIS-2877: create UI Component (ActionLink) for LinkAndLabel only when needed

No new revisions were added by this update.

Summary of changes:
 .../fullcalendar/applib/value/CalendarEvent.html   |  2 +-
 .../common/model/action/ActionFormUiModel.java     |  5 +++
 .../links/ActionLinkUiComponentFactoryWkt.java     |  5 ++-
 .../viewer/wicket/model/links/LinkAndLabel.java    | 23 +++++------
 .../wicket/model/links/ListOfLinksModel.java       |  3 +-
 .../viewer/wicket/model/models/ScalarModel.java    |  1 +
 .../entityactions/LinkAndLabelFactory.java         |  6 +--
 .../components/scalars/ScalarPanelAbstract2.java   |  4 +-
 .../viewer/wicket/ui/components/scalars/_Util.java | 45 ++++++++++++----------
 .../widgets/linkandlabel/ActionLink.java           |  4 --
 10 files changed, 50 insertions(+), 48 deletions(-)