Oozie parameters are presented in random order

Hi All,

When creating an Oozie action through the Hue GUI that includes parameterised arguments, Hue presents these parameters in a seemingly random order when requesting the values before running the workflow.

Is there a way to force the correct ordering of these parameters? If a new action is created with the exact same parameters the order is always the same, so the ordering is not completely random.


This would probably need to be fixed around here https://github.com/cloudera/hue/blob/master/apps/oozie/src/oozie/views/editor2.py#L428 when the parameters are listed.