andi-huber commented on code in PR #1365: URL: https://github.com/apache/isis/pull/1365#discussion_r1071364480
########## core/metamodel/src/main/java/org/apache/causeway/core/metamodel/objectmanager/ObjectManager.java: ########## @@ -66,11 +66,17 @@ default ObjectMemento mementifyElseFail(final @NonNull ManagedObject object) { _Exceptions.unrecoverable("failed to create memento for %s", object.getSpecification())); } - //TODO why not use loadObject(bookmark) instead - ManagedObject demementify(final ObjectMemento memento); - //TODO why not use loadObject(bookmark) instead - default ManagedObject demementify(final ObjectSpecification spec, final ObjectMemento memento) { - return demementify(memento); + /** + * TODO why not use loadObject(bookmark) instead? Review Comment: I think: because action parameters have no bookmark -- 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: dev-unsubscr...@isis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org