You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by jo...@apache.org on 2022/06/22 16:29:23 UTC

[isis] 01/02: ISIS-3073 fix mixup updated/updating

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

joergrade pushed a commit to branch ISIS-3073
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 7a40f058720e08e69dbc1c25240ba1575c59686d
Author: Jörg Rade <jo...@kuehne-nagel.com>
AuthorDate: Wed Jun 22 16:44:42 2022 +0200

    ISIS-3073 fix mixup updated/updating
---
 .../modules/applib-classes/pages/events/lifecycleevent.adoc       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/antora/components/refguide/modules/applib-classes/pages/events/lifecycleevent.adoc b/antora/components/refguide/modules/applib-classes/pages/events/lifecycleevent.adoc
index dff7860dd1..495b961801 100644
--- a/antora/components/refguide/modules/applib-classes/pages/events/lifecycleevent.adoc
+++ b/antora/components/refguide/modules/applib-classes/pages/events/lifecycleevent.adoc
@@ -57,15 +57,15 @@ Also raised for view models.
 
 
 |xref:refguide:applib:index/events/lifecycle/ObjectUpdatedEvent.adoc[ObjectUpdatedEvent]
-|xref:refguide:applib:index/annotation/DomainObject.adoc#updatingLifecycleEvent[updatingLifecycleEvent()]
+|xref:refguide:applib:index/annotation/DomainObject.adoc#updatedLifecycleEvent[updatedLifecycleEvent()]
 |entity has just been updated in the database.
-|xref:refguide:applib-methods:lifecycle.adoc#updating[updating()]
+|xref:refguide:applib-methods:lifecycle.adoc#updated[updated()]
 
 
 |xref:refguide:applib:index/events/lifecycle/ObjectUpdatingEvent.adoc[ObjectUpdatingEvent]
-|xref:refguide:applib:index/annotation/DomainObject.adoc#updatedLifecycleEvent[updatedLifecycleEvent()]
+|xref:refguide:applib:index/annotation/DomainObject.adoc#updatingLifecycleEvent[updatingLifecycleEvent()]
 |entity is about to be updated in the database.
-|xref:refguide:applib-methods:lifecycle.adoc#updated[updated()]
+|xref:refguide:applib-methods:lifecycle.adoc#updating[updating()]
 
 
 |xref:refguide:applib:index/events/lifecycle/ObjectRemovingEvent.adoc[ObjectRemovingEvent]