andi-huber commented on code in PR #3360:
URL: https://github.com/apache/causeway/pull/3360#discussion_r2716121749
##########
core/metamodel/src/main/java/org/apache/causeway/core/metamodel/specloader/specimpl/dflt/ObjectSpecificationDefault.java:
##########
@@ -321,6 +321,13 @@ public final Stream<ObjectAssociation>
streamAssociationsForColumnRendering(
return new _AssociationsAsColumns(getMetaModelContext())
.streamAssociationsForColumnRendering(this, memberIdentifier,
parentObject);
}
+
+ @Override
+ public Stream<ObjectAction> streamActionsForColumnRendering(
+ final Identifier memberIdentifier) {
+ return new _MembersAsColumns(getMetaModelContext())
Review Comment:
is this a duplicate of `_AssociationsAsColumns`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]