svn commit: r1840789 - /ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/log/FetchLogs.groovy

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1840789 - /ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/log/FetchLogs.groovy

nmalin
Author: nmalin
Date: Thu Sep 13 08:34:39 2018
New Revision: 1840789

URL: http://svn.apache.org/viewvc?rev=1840789&view=rev
Log:
Fixed: On FecthLogs screen order the file log list drop-down to help the search

Modified:
    ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/log/FetchLogs.groovy

Modified: ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/log/FetchLogs.groovy
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/log/FetchLogs.groovy?rev=1840789&r1=1840788&r2=1840789&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/log/FetchLogs.groovy (original)
+++ ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/log/FetchLogs.groovy Thu Sep 13 08:34:39 2018
@@ -40,7 +40,7 @@ for (int i = 0; i < listLogFiles.length;
         }
     }
 }
-context.listLogFileNames = listLogFileNames
+context.listLogFileNames = listLogFileNames.sort()
 
 if (parameters.logFileName) {
     List logLines = []