瀏覽代碼

Correctif collection supérieur 10 éléments

v1
Fabien Normand 2 年之前
父節點
當前提交
6f4695e165
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      Resources/assets/app/adminlte/field/collection/app.collection.js

+ 0
- 2
Resources/assets/app/adminlte/field/collection/app.collection.js 查看文件

@@ -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

Loading…
取消
儲存