Skip to content

Commit

Permalink
added change log with the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bishwaspraveen committed Feb 10, 2025
1 parent e347d7b commit 108879d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ For each PR made, an entry should be added to this changelog. It should contain
- etc.

## Changelog
- 1209-bug-fix-document-type-creator-form
- Description: The dropdown on the pattern creation form needs to be set as multi as the default option since this is why the doc type creator form is used for the majority of multi-URL pattern creations. This should be applied to doc types, division types, and titles as well.
- Changes:
- Set the default value for `match_pattern_type` in `BaseMatchPattern` class is set to `2`
- Changed `test_create_simple_exclude_pattern` test within `TestDeltaExcludePatternBasics`
- Changed `test_create_division_pattern` and `test_create_document_type_pattern_single` within `TestFieldModifierPatternBasics`

0 comments on commit 108879d

Please sign in to comment.