You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/04/03 09:05:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17707847#comment-17707847 ] 

ASF subversion and git services commented on SYNCOPE-1749:
----------------------------------------------------------

Commit 9b684b342fa3520528df389905c613ba82e828e3 in syncope's branch refs/heads/3_0_X from Samuel Garofalo
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=9b684b342f ]

[SYNCOPE-1749] Preserve Dynamic Group Membership Condition order when save from Console



> 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: 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)