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 2023/04/03 09:07:00 UTC

[jira] [Updated] (SYNCOPE-1749) Incorrect Dynamic Group Membership Condition save from Console

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

Francesco Chicchiriccò updated SYNCOPE-1749:
--------------------------------------------
    Fix Version/s: 2.1.14

> Incorrect Dynamic Group Membership Condition save from Console
> --------------------------------------------------------------
>
>                 Key: SYNCOPE-1749
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1749
>             Project: Syncope
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 3.0.2
>            Reporter: Francesco Chicchiriccò
>            Priority: Major
>             Fix For: 2.1.14, 3.0.3, 4.0.0
>
>
> When setting dynamic membership conditions for an existing Group as follows:
> # ATTRIBUTE, username, == , *a
> # AND, ATTRIBUTE, username, == , *b
> # AND, ATTRIBUTE, username, == , *c
> # OR, ATTRIBUTE, username, == , *d
> # OR, ATTRIBUTE, username, == , *e
> this is the FIQL resulting after save:
> {code}
> (username=~*e,(username=~*d,(username=~*c;(username=~*b;username=~*a))))
> {code}
> where ordering is evidently incorrect.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)