django-advanced-filters icon indicating copy to clipboard operation
django-advanced-filters copied to clipboard

js pages auto changes contains operator to equal

Open vikasdamodar opened this issue 4 years ago • 0 comments

When created a filter with contains operator and tries to open it for edit, the operator is showing as an equal operator and that is being saved in DB as well. Also, value is not displaying in the value field.

Because of this issue https://github.com/modlinltd/django-advanced-filters/issues/141 we have to override forms.

On the FE HTML page, the form is available with the exact selection tag, But somehow js page selecting the operator default

SS

Screenshot 2021-07-21 at 3 31 29 PM Screenshot 2021-07-21 at 3 16 32 PM

vikasdamodar avatar Jul 30 '21 06:07 vikasdamodar