Ignore:
Timestamp:
2018-09-13T14:05:59+12:00 (6 years ago)
Author:
kjdon
Message:

params class changed, now returns false by default for shouldsave. so don't need to add any that we don't want saving in the session. turned hard coded strings into static string variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/ProcessAction.java

    r28964 r32448  
    8686                request_type_att = GSXML.REQUEST_TYPE_PROCESS;
    8787                // add in the service params - except the ones only used by the action
    88                 HashMap service_params = (HashMap) params.get("s1");
     88                HashMap service_params = (HashMap) params.get(GSParams.SERVICE_PREFIX);
    8989                if (service_params != null)
    9090                {
Note: See TracChangeset for help on using the changeset viewer.