You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (Jira)" <ji...@apache.org> on 2020/02/17 12:34:00 UTC

[jira] [Closed] (SYNCOPE-1543) Type Extension lost after updating a group

     [ https://issues.apache.org/jira/browse/SYNCOPE-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò closed SYNCOPE-1543.
-------------------------------------------
    Resolution: Not A Problem

The linked integration test case shows how the steps highlighted above work fine, provided that line 31 is applied:

{code}
groupPatch.getTypeExtensions().addAll(groupTO.getTypeExtensions());
{code}

e.g. group patch contains the existing type extensions.

> Type Extension lost after updating a group
> ------------------------------------------
>
>                 Key: SYNCOPE-1543
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1543
>             Project: Syncope
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.0.14, 2.1.5
>            Reporter: Matteo Alessandroni
>            Assignee: Francesco Chicchiriccò
>            Priority: Major
>
> Steps:
>  # Create a group (specify the value for a schema)
>  # Update the group by assigning a new TypeExtension and assigning to it an AnyTypeClass
>  # Update the group, again, e.g. update the same schema of the group (see step 1.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)