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 938a278 commit 4279747Copy full SHA for 4279747
src/bundle/Resources/public/js/scripts/admin.search.filters.js
@@ -156,7 +156,7 @@
156
const getUsersList = (value) => {
157
const body = JSON.stringify({
158
ViewInput: {
159
- identifier: `find-user-by-name-${value}`,
+ identifier: `find-user-by-name-${encodeURIComponent(value)}`,
160
public: false,
161
ContentQuery: {
162
FacetBuilders: {},
src/bundle/Resources/public/js/scripts/admin.trash.list.js
@@ -119,7 +119,7 @@
119
120
121
122
123
124
125
0 commit comments