Ignore:
Timestamp:
Sep 5, 2008, 12:46:04 PM (15 years ago)
Author:
Martin Svensson
Message:

References #1015 Added a missing request-parameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/views/experiments/spotdata/index.jsp

    r4306 r4455  
    138138    cc.setQuery(query);
    139139    redirect = "../../../views/reporterlists/index.jsp?ID="+ID+
    140       "&cmd=NewItem&addReporters=1&formId=&fromContext=SPOTDATA&subContext=" + subContext +
     140      "&cmd=NewItem&addReporters=1&formId=spotdata&fromContext=SPOTDATA&subContext=" + subContext +
    141141      "&name=" + HTML.urlEncode(ba != null ? ba.getName() : bas.getName());
    142142  }
Note: See TracChangeset for help on using the changeset viewer.