We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffe0fc commit 8c3c7a5Copy full SHA for 8c3c7a5
CHANGES.txt
@@ -223,6 +223,12 @@ Fixed:
223
HTTP/1.1, this causes a delay while the browser waits for a timeout.
224
Forcing the connection to close after the CSV file is written
225
removes the delay. (John Rouillard)
226
+- issue2551330 Add an optional 'filter' function to the Permission
227
+ objects and the addPermission method. This is used to optimize search
228
+ performance by not checking items returned from a database query
229
+ one-by-one (using the check function) but instead offload the
230
+ permission checks to the database. For SQL backends this performs the
231
+ filtering in the database. (Ralf Schlatterbeck)
232
233
Features:
234
0 commit comments