display default creation formations on UI for 'POST api.ue.*'

This commit is contained in:
xdrm-brackets 2018-05-08 14:50:39 +02:00
parent 465fde053b
commit 6d57e0aa5b
1 changed files with 1 additions and 1 deletions

View File

@ -1282,7 +1282,7 @@ gstore.add('ccreate', function(){
newRes[`id${restyp2}`] = rs.created_id; newRes[`id${restyp2}`] = rs.created_id;
newRes[`idProf`] = prof; newRes[`idProf`] = prof;
newRes[`volume`] = vol; newRes[`volume`] = vol;
newRes[`formations`] = []; newRes[`formations`] = rs.formations;
newRes[`add_form`] = '-'; newRes[`add_form`] = '-';
newRes[`new_prof`] = prof; newRes[`new_prof`] = prof;