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 2020/01/05 22:25:49 UTC

[isis] branch master updated: ISIS-2257: adds a TODO marker

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 6ce1495  ISIS-2257: adds a TODO marker
6ce1495 is described below

commit 6ce14955d247ce1746cde27319242317eb1aa034
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Jan 5 23:25:38 2020 +0100

    ISIS-2257: adds a TODO marker
---
 .../actions/action/ActionChoicesForCollectionParameterFacetFactory.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/metamodel/src/main/java/org/apache/isis/metamodel/facets/actions/action/ActionChoicesForCollectionParameterFacetFactory.java b/core/metamodel/src/main/java/org/apache/isis/metamodel/facets/actions/action/ActionChoicesForCollectionParameterFacetFactory.java
index 206a6e5..a92a585 100644
--- a/core/metamodel/src/main/java/org/apache/isis/metamodel/facets/actions/action/ActionChoicesForCollectionParameterFacetFactory.java
+++ b/core/metamodel/src/main/java/org/apache/isis/metamodel/facets/actions/action/ActionChoicesForCollectionParameterFacetFactory.java
@@ -137,6 +137,7 @@ implements MetaModelRefiner {
                     return;
                 }
                 
+                //TODO[2253] remove this hotfix once ISIS-2253 is fixed
                 if(paramNum==0 && objectAction.containsNonFallbackFacet(AssociatedWithFacet.class)) {
                     return; 
                 }