Translation cause error in status
Brought to you by:
jcrix
I just installed the plugin and I found the following problem :
My AS is translated to french, therefore, the status of a Subsystem responds "ACTIF", instead of "ACTIVE".
In check_as400.java, in parseDspSbsD line 463, this is hard-coded as :
:if(status.equals("ACTIVE")){
The same problem can be found in parseDspJob in line 483.
I suggest the respond may be translated in langs/check_as400_lang_*.java
Cheers anyway for the very good work.
Vincent Correze
vcorreze@mttm.com