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
246 stars 71 forks source link

Mutible belongsTo relation with sorting fail #109

Open open-admin-org opened 10 months ago

open-admin-org commented 10 months 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 10 months ago

Disabled sorting in forms, now fixed sorting for popup.