Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 6addd59

Browse files
committed
Merge branch '1.5' into 2.0
2 parents 89bc17b + af37619 commit 6addd59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CHANGELOG - ZIKULA 2.0.x
2727
- Explicitly specify translation domain in pager templates (#3917).
2828
- Explicitly specify translation domain in user mail helper for calls from external modules (#3918).
2929
- Simplified workflow editor controller (#3749).
30-
- Avoid information disclosure if database exceptions occur.
30+
- Fixed broken user search in Groups administration.
3131

3232
- Vendor updates:
3333
- gedmo/doctrine-extensions updated from 2.4.35 to 2.4.36

src/system/UsersModule/Resources/public/js/Zikula.Users.Admin.View.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
return;
3333
}
3434

35-
var fragment = $(this).attr('value');
35+
var fragment = $(this).val();
3636

3737
if (fragment === "") {
3838
userListTable.removeClass('hide');

0 commit comments

Comments
 (0)