This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
from fda403c6375 Merge pull request #3356 from
apache/dependabot/maven/main/org.wicketstuff-wicketstuff-select2-10.8.0
add c4940342b2a CAUSEWAY-3960: fixes Actions in Tables have wrong
Usability/Visibility Logic
add 63d68953ea6 CAUSEWAY-3960: for service actions changes context from
Where.OBJECT_FORMS -> Where.UNSPECIFIED
new eaf49fe74e9 Merge pull request #3358 from
apache/3960-row.action.visibility
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../viewer/commons/model/action/UiActionForm.java | 14 ++++----
.../viewer/wicket/model/models/ActionModel.java | 16 ++++-----
.../interaction/act/ActionInteractionWkt.java | 12 +++----
.../ActionLinksAsButtonInlinePanel.java | 2 +-
.../entityactions/ActionLinksAsDropDownPanel.java | 2 +-
.../entityactions/ActionLinksPanel.java | 28 ++++++++--------
.../serviceactions/ServiceActionUtil.java | 5 +--
.../ui/components/attributes/AttributePanel.java | 39 +++++++++-------------
.../attributes/AttributePanelWithInlinePrompt.java | 16 ++++-----
.../parented/ParentedCollectionPanel.java | 2 +-
.../present/ajaxtable/columns/ActionColumn.java | 10 +++---
.../wicket/ui/components/layout/bs/col/Col.java | 3 +-
.../components/object/fieldset/PropertyGroup.java | 15 ++++-----
.../object/header/ObjectHeaderPanel.java | 3 +-
.../components/widgets/actionlink/ActionLink.java | 17 ++++++----
15 files changed, 90 insertions(+), 94 deletions(-)