Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-1142 FormEditionPanel
  3. RUNTIME-1296

_compareByOrder not working for JSON inputs

XMLWordPrintable

    • 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);
      

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

              Created:
              Updated:
              Resolved: