@@ -74,8 +74,6 @@ function reindexKeyCollectionWidget($collectionWidget) { | |||
let idPrefix = $field.prop('id').substr(0, posIdPrefix); | |||
let idSuffix = $field.prop('id').substr(posIdSuffix + 1); | |||
SovTools.log(idPrefix); | |||
SovTools.log(idSuffix); | |||
$field.prop('id', idPrefix + i + idSuffix); | |||
//Chanegment Name |