add target_revision on rebase

This commit is contained in:
simon lehericey 2022-05-18 14:48:29 +02:00
parent 8bd3de2050
commit 419d853d1d

View file

@ -112,7 +112,7 @@ module DossierRebaseConcern
end
end
else
champ = published_type_de_champ.build_champ
champ = published_type_de_champ.build_champ(revision: procedure.published_revision)
self.champs << champ
end
end