We cannot sorting relations cards when you want make a relation. Only default sort is comming. But hier you have a temporal solution for Version 3.3.2
- Got o [CMDBBuild_332_DIRECTORY]/webapps/cmdbuild/ui/cmdbuild/
- Make a bck from app.js file.
cp app.js app.js_bck_YYYYMMDD
- Edit app.js File
- Search string:
sortableColumns:false,typeicon:CMDBuildUI.model.menu.MenuItem.icons.klass
- There only one match, change false whith true.
sortableColumns:true,typeicon:CMDBuildUI.model.menu.MenuItem.icons.klass
- Save and Enjoy it. Don forget refresh Browser without cache. Ctrl+F5