You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by GitBox <gi...@apache.org> on 2021/02/26 12:08:19 UTC

[GitHub] [syncope] mdisabatino opened a new pull request #243: [SYNCOPE-1619] SearchPanel improvement

mdisabatino opened a new pull request #243:
URL: https://github.com/apache/syncope/pull/243


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [syncope] mdisabatino merged pull request #243: [SYNCOPE-1619] SearchPanel improvement

Posted by GitBox <gi...@apache.org>.
mdisabatino merged pull request #243:
URL: https://github.com/apache/syncope/pull/243


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [syncope] ilgrosso commented on a change in pull request #243: [SYNCOPE-1619] SearchPanel improvement

Posted by GitBox <gi...@apache.org>.
ilgrosso commented on a change in pull request #243:
URL: https://github.com/apache/syncope/pull/243#discussion_r583593878



##########
File path: client/console/src/main/java/org/apache/syncope/client/console/panels/AnyPanel.java
##########
@@ -269,7 +269,7 @@ public void onEvent(final IEvent<?> event) {
                 case USER:
                     UserDirectoryPanel.class.cast(AnyPanel.this.directoryPanel).search(
                             precond + SearchUtils.buildFIQL(
-                                    AnyPanel.this.searchPanel.getModel().getObject(),
+                                        AnyPanel.this.searchPanel.getModel().getObject(),

Review comment:
       Please revert this change




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org