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/16 05:40:38 UTC

[isis] branch master updated: ISIS-2976: just a comment

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d815bc  ISIS-2976: just a comment
4d815bc is described below

commit 4d815bcf2334db50dc4c4d1dec017183a73928fd
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Mar 16 06:40:31 2022 +0100

    ISIS-2976: just a comment
---
 .../wicket/model/models/interaction/prop/PropertyInteractionWkt.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/viewers/wicket/model/src/main/java/org/apache/isis/viewer/wicket/model/models/interaction/prop/PropertyInteractionWkt.java b/viewers/wicket/model/src/main/java/org/apache/isis/viewer/wicket/model/models/interaction/prop/PropertyInteractionWkt.java
index 6c91584..00f8cf1 100644
--- a/viewers/wicket/model/src/main/java/org/apache/isis/viewer/wicket/model/models/interaction/prop/PropertyInteractionWkt.java
+++ b/viewers/wicket/model/src/main/java/org/apache/isis/viewer/wicket/model/models/interaction/prop/PropertyInteractionWkt.java
@@ -79,7 +79,7 @@ extends HasBookmarkedOwnerAbstract<PropertyInteraction> {
                 _Lazy.threadSafe(()->{
                     val propIa = propertyInteraction();
                     val prop = propIa.getManagedProperty().orElseThrow();
-                    ManagedObjects.refreshViewmodel(prop.getOwner(), null);
+                    ManagedObjects.refreshViewmodel(prop.getOwner(), /* bookmark provider*/ null);
                     return propIa.startPropertyNegotiation();
                 });