• Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: Major Major
    • 4.0 alpha
    • None
    • None
    • None

      In ConfigurableFormPanel#_compareByOrder :

              var aOrder = Ext.dom.Query.selectValue('order', a) || a.order;
              var bOrder = Ext.dom.Query.selectValue('order', b) || b.order;
      

      instead of

              var aOrder = Ext.dom.Query.selectValue('order', a);
              var bOrder = Ext.dom.Query.selectValue('order', b);
      

          [RUNTIME-1296] _compareByOrder not working for JSON inputs

          Yes, using _isElement. I also noticed that parameter checkers for groups were not sorted for the XML configuration, which is fixed in this patch as well

          Quentin Glinel-Mortreuil (Inactive) added a comment - Yes, using _isElement. I also noticed that parameter checkers for groups were not sorted for the XML configuration, which is fixed in this patch as well

          is it possible to do better by testing if "a" is an xml node, instead of trying to selectValue on it

          Raphaël Franchet added a comment - is it possible to do better by testing if "a" is an xml node, instead of trying to selectValue on it

            raphael Raphaël Franchet
            quentin Quentin Glinel-Mortreuil (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: