Skip to content

Commit

Permalink
Merge branch 'rpb-229-emptySubjectComponent' of https://github.com/hb…
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Jan 6, 2025
2 parents 98cc1d1 + 380c8b1 commit c418513
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conf/rpb-titel-to-lobid.fix
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,11 @@ do list (path:"@temp_subject", "var": "$i")
set_array("temp_subject.$append.type[]","ComplexSubject")
set_array("temp_subject.$last.label") # Muss Array sein, damit Labels in einem zweiten Schritt zusammengeführt werden können.
set_array("temp_subject.$last.componentList[]")
copy_field("$i.subjectComponent[]", "temp_subject.$last.componentList[]")
do list_as (component: "$i.subjectComponent[]")
if exists("component.value")
copy_field("component", "temp_subject.$last.componentList[].$append")
end
end
end

do
Expand Down

0 comments on commit c418513

Please sign in to comment.