Keşfet

Nestable not coercing value

XFdestek

Kurucu Üye
Katılım
25 May 2014
Mesajlar
3,201
Tepkime puanı
284
Konum
Türkiye
Web sitesi
fivetu.xyz
Ran into an issue where
Lütfen içeriği görebilmek için Giriş yap yada Kayıt ol
if items went to different roots. Did some tracing and the target nestable isn't triggering the change event.

More tracing it and turns out the issue is that this will never work (in nestable.js):
JavaScript:

if (isNewRoot && opt.group !== pointElRoot.dataset.nestableGroup)

...because typeof(opt.group) is always number and typeof(pointElRoot.dataset.nestableGroup) is always string.

Changing it to this and things...

Lütfen içeriği görebilmek için Giriş yap yada Kayıt ol
 

Konu görüntüleyen kullanıcılar

Benzer konular

Geri
Üst Alt