You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m2m_transfer对于直接添加新记录(就是点击那个加号)会有这个问题,这个是比较典型的,我这边反馈还有两种情况,但是具体记不太清楚了。
2020-08-24 11:23:39"vip68" <[email protected]>写道:
xadmin.widget.select-transfer.js
第172行修改为:
box.options[i].selected = true;
然后在第73行前添加:
if (box == this.to_box) { this.to_box[0].options[0].selected = true; }
修复的bug是必须点击一下右侧选中框才能提交这个问题。
没遇到你说的这个问题
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
xadmin.widget.select-transfer.js
第172行修改为:
box.options[i].selected = true;
然后在第73行前添加:
if (box == this.to_box) { this.to_box[0].options[0].selected = true; }
修复的bug是必须点击一下右侧选中框才能提交这个问题。
The text was updated successfully, but these errors were encountered: