Ignore:
Timestamp:
Sep 30, 2009, 12:56:51 PM (14 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1380 and #1381: Customize visible reporter fields in experiment explorer

This was implemented by extending the 'table' taglib with a 'form'-like layout. This means that we can use the existing 'Configure columns' dialog box with almost no modifications. As a side-effect ticket #1381 is also fixed because the string "truncation" is built into the table taglib.

File:
1 edited

Legend:

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

    r5105 r5111  
    6767    redirect = viewPage;
    6868  }
     69  else if ("SetReporterColumns".equals(cmd))
     70  {
     71    ItemContext cc = explorer.getAndSetSpotContext(sc, null);
     72    cc.setSetting("reporter-columns", Values.getString(request.getParameter("columns"), cc.getSetting("reporter-columns")));
     73    redirect = viewPage;
     74  }
    6975  else if ("SetReporterIndex".equals(cmd))
    7076  {
Note: See TracChangeset for help on using the changeset viewer.