nadment commented on PR #2562:
URL: https://github.com/apache/hop/pull/2562#issuecomment-1468718569

   I'm not sure I understand.
   
   Add method  to  ConstUi class:
   
       public void sortFieldNames(String[] fieldNames) {
         if ( PropsUi.getInstance().isSortFieldByName() ) {
           Const.sortStrings(fieldNames);
         }
       }
   
   and use 
   
   ConstUi.sortFieldNames(fieldNames);


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to