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 c66cdf6 commit c1da85cCopy full SHA for c1da85c
openwisp_users/static/admin/js/autocomplete.js
@@ -1,3 +1,8 @@
1
+// Custom override of Django's autocomplete.js to add the "is_filter" parameter
2
+// to AJAX requests. This parameter enables the backend autocomplete view to
3
+// determine if the request is for filtering, allowing it to include the shared
4
+// option when appropriate (e.g., for filtering shared objects in the admin).
5
+
6
"use strict";
7
{
8
const $ = django.jQuery;
0 commit comments