display default creation formations on UI for 'POST api.ue.*'
This commit is contained in:
parent
465fde053b
commit
6d57e0aa5b
|
@ -1282,7 +1282,7 @@ gstore.add('ccreate', function(){
|
|||
newRes[`id${restyp2}`] = rs.created_id;
|
||||
newRes[`idProf`] = prof;
|
||||
newRes[`volume`] = vol;
|
||||
newRes[`formations`] = [];
|
||||
newRes[`formations`] = rs.formations;
|
||||
newRes[`add_form`] = '-';
|
||||
newRes[`new_prof`] = prof;
|
||||
|
||||
|
|
Loading…
Reference in New Issue