yii2-formwizard icon indicating copy to clipboard operation
yii2-formwizard copied to clipboard

fixing ordering

Open zohanto opened this issue 5 years ago • 2 comments

Hi im adding these line to fix the ordering.

zohanto avatar Mar 16 '21 06:03 zohanto

what are you actually doing by calling the sortFields() here within the loop and why are you doing it ? what are you fixing here?

buttflattery avatar Mar 19 '21 18:03 buttflattery

what are you actually doing by calling the sortFields() here within the loop and why are you doing it ? what are you fixing here?

I think the main problem is that when you run composer update it downloads some old version of library -1.7.2 whereas in composer.lock it is marcked as 1.7.9. 1.7.2 version doesn't call sortFields in sort()

remizyaka avatar May 28 '21 17:05 remizyaka