You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,13 @@ For each PR made, an entry should be added to this changelog. It should contain
12
12
- etc.
13
13
14
14
## Changelog
15
+
- 1209-bug-fix-document-type-creator-form
16
+
- 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.
17
+
- Changes:
18
+
- Set the default value for `match_pattern_type` in `BaseMatchPattern` class is set to `2`
19
+
- Changed `test_create_simple_exclude_pattern` test within `TestDeltaExcludePatternBasics`
20
+
- Changed `test_create_division_pattern` and `test_create_document_type_pattern_single` within `TestFieldModifierPatternBasics`
- Description: The original automation set up to generate the scrapers and indexers automatically based on a collection workflow status change needed to be updated to more accurately reflect the curation workflow. It would also be good to generate the jobs during this process to streamline the same.
0 commit comments