[
https://issues.apache.org/jira/browse/SYNCOPE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17707851#comment-17707851
]
ASF subversion and git services commented on SYNCOPE-1749:
----------------------------------------------------------
Commit 972ccbaf61026e3654c1de8f2072a766dcf2c0e2 in syncope's branch
refs/heads/2_1_X from Samuel Garofalo
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=972ccbaf61 ]
[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)