WebTales / rubedo-backoffice-ui

Other
8 stars 4 forks source link

[rename][multivalue field] error JS #18

Open akossentini opened 8 years ago

akossentini commented 8 years ago

If I rename the name of a multivalue field, and I modify content , I have a JS error ( www / app / controller / ContributionContenusController.js : L1028 ) because it tries to use the old name. This error causes an create action instead of an update. Must add a test:

 if ( multiField.multivalued )
 => 
 if ( Multifield ! == undefined && multiField.multivalued )