Skip to content

fix: dataprocess validator allow name or notes to specify Other#1837

Merged
tmchartrand merged 5 commits into
devfrom
fix-dataprocess-validator
May 21, 2026
Merged

fix: dataprocess validator allow name or notes to specify Other#1837
tmchartrand merged 5 commits into
devfrom
fix-dataprocess-validator

Conversation

@tmchartrand

Copy link
Copy Markdown
Member

The DataProcess validator required specifying additional details if process_type took the generic value 'Other', in the notes field - this was a relic of v1 because name was a controlled field, while now name is separate from process_type, so specifying the details of generic processes in the name should be preferred. Providing details in notes is still allowed for backwards compatibility.
This also adds the same behavior for process_type 'Analysis' which is also intended as a generic type - this is technically breaking, but the only records that use that type currently were created by the upgrader, and they have details in notes already.

@tmchartrand tmchartrand requested a review from dbirman May 19, 2026 18:21
@tmchartrand tmchartrand force-pushed the fix-dataprocess-validator branch from 470fbc8 to 4a5185c Compare May 21, 2026 17:47
@tmchartrand tmchartrand linked an issue May 21, 2026 that may be closed by this pull request
@tmchartrand tmchartrand enabled auto-merge May 21, 2026 21:03
@tmchartrand tmchartrand added this pull request to the merge queue May 21, 2026
Merged via the queue into dev with commit e7068d8 May 21, 2026
10 of 11 checks passed
@tmchartrand tmchartrand deleted the fix-dataprocess-validator branch May 21, 2026 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update DataProcess validator for generic process_types

2 participants