You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only one condition with a particular session attribute in a Filter configuration works. See the attached project for an example. filtertest.zip
The cause is in the FilterDelegateImpl.LoaderAdapter#refreshIfNotSuspended method: queryFilter.getCompiledParameters() returns a single entry (first) for both occurrences of of the parameter, and only this entry is updated with parameterInfo.setType(ParameterInfo.Type.NONE) instead of both.
The text was updated successfully, but these errors were encountered:
Environment
Description of the bug or enhancement
Only one condition with a particular session attribute in a Filter configuration works. See the attached project for an example.
filtertest.zip
The cause is in the
FilterDelegateImpl.LoaderAdapter#refreshIfNotSuspended
method:queryFilter.getCompiledParameters()
returns a single entry (first) for both occurrences of of the parameter, and only this entry is updated withparameterInfo.setType(ParameterInfo.Type.NONE)
instead of both.The text was updated successfully, but these errors were encountered: