You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/06/01 07:30:24 UTC

[isis] 01/01: Merge pull request #573 from apache/ISIS-2659

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

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

commit 68643d1d91b79cd783996a42a580dbd2fac40e8c
Merge: 6bf726d 60d22fd
Author: Dan Haywood <da...@apache.org>
AuthorDate: Tue Jun 1 08:30:07 2021 +0100

    Merge pull request #573 from apache/ISIS-2659
    
    ISIS-2659: renames 'autoCompleteAction'

 .../modules/fun/pages/drop-downs-and-defaults.adoc |  2 +-
 .../modules/fun/pages/object-members/actions.adoc  |  2 +-
 .../isis/applib/annotation/DomainObject.java       |  9 +++--
 .../DomainObjectAnnotationFacetFactory.java        | 45 ++++++++--------------
 .../DomainObjectAnnotationFacetFactoryTest.java    |  2 +-
 .../secman/jdo/role/dom/ApplicationRole.java       |  2 +-
 .../secman/jdo/tenancy/dom/ApplicationTenancy.java |  2 +-
 .../secman/jdo/user/dom/ApplicationUser.java       |  2 +-
 .../secman/jpa/role/dom/ApplicationRole.java       |  2 +-
 .../secman/jpa/tenancy/dom/ApplicationTenancy.java |  2 +-
 .../secman/jpa/user/dom/ApplicationUser.java       |  2 +-
 11 files changed, 29 insertions(+), 43 deletions(-)