open-admin-org / open-admin

open-admin forked from z-song/laravel-ladmin. Removing jquery, now based on Bootstrap5, vanilla JS
https://open-admin.org
MIT License
257 stars 75 forks source link

Mutible belongsTo relation with sorting fail #109

Open open-admin-org opened 1 year ago

open-admin-org commented 1 year ago

Describe the bug Two relations with sorting on will fail image

The sorting is set to all the fields (not the field) image

To Reproduce Steps to reproduce the behavior, for example: $form->belongsTo('user_id', UserSelect::class, 'user'); $form->belongsToMany('tags', TagSelect::class);

Expected behavior

System

open-admin-org commented 1 year ago

Disabled sorting in forms, now fixed sorting for popup.