fix(rebase): rebase a dossier when its repetition had been removed on newer version does not crash
This commit is contained in:
parent
0e54ca314d
commit
4a26b61d1b
2 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,7 @@ class ProcedureRevisionChange
|
|||
def label = @type_de_champ.libelle
|
||||
def stable_id = @type_de_champ.stable_id
|
||||
def private? = @type_de_champ.private?
|
||||
def child? = @type_de_champ.child?
|
||||
|
||||
def to_h = { op:, stable_id:, label:, private: private? }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue