Skip to content
Snippets Groups Projects
Commit 1e051315 authored by Gyan Gupta's avatar Gyan Gupta
Browse files

fix typo issue

parent c32ee88b
No related tags found
1 merge request!258Validate and fix title in importer
Pipeline #12301 failed
......@@ -36,7 +36,7 @@ module Bulkrax
siblings = parent.complex_modalities
modality_title = sanitize_title(self.raw_metadata['title'])
modality_title = session_title.rjust(3, '0') if modality_title.length < 3
modality_title = modality_title.rjust(3, '0') if modality_title.length < 3
suffix = 1
new_title = modality_title
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment