forked from ScoDoc/ScoDoc
Fix: clone formsemestre
This commit is contained in:
parent
37c93c8524
commit
de75812efc
@ -1397,6 +1397,7 @@ def do_formsemestre_clone(
|
|||||||
formsemestre.parcours = formsemestre_orig.parcours
|
formsemestre.parcours = formsemestre_orig.parcours
|
||||||
|
|
||||||
# 6- Copy description
|
# 6- Copy description
|
||||||
|
if formsemestre_orig.description:
|
||||||
formsemestre.description = formsemestre_orig.description.clone()
|
formsemestre.description = formsemestre_orig.description.clone()
|
||||||
|
|
||||||
db.session.add(formsemestre)
|
db.session.add(formsemestre)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.7.7"
|
SCOVERSION = "9.7.8"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user