Skip to content

Commit d7c05e2

Browse files
added achnage log
1 parent 2d7aa81 commit d7c05e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ For each PR made, an entry should be added to this changelog. It should contain
3535
- Defined a class `HTMLFreeCharField` which inherits `serializers.CharField`
3636
- Used regex to catch any HTML content comming in as an input to form fields
3737
- Called this class within the serializer for necessary fields
38+
39+
- 3227-bugfix-title-patterns-selecting-multi-url-pattern-does-nothing
40+
- Description: When selecting options from the match pattern type filter, the system does not filter the results as expected. Instead of displaying only the chosen variety of patterns, it continues to show all patterns.
41+
- Changes:
42+
- In `title_patterns_table` definition, corrected the column reference
43+
- Made `match_pattern_type` searchable
44+
- Corrected the column references and made code consistent on all the other tables, i.e., `exclude_patterns_table`, `include_patterns_table`, `division_patterns_table` and `document_type_patterns_table`

0 commit comments

Comments
 (0)