Opened 16 years ago

Closed 16 years ago

#1068 closed defect (fixed)

Sorting spotdata on a formula-based column where the formula contains a single quote character results in javascript error

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.7.2
Component: web Version:
Keywords: Cc:

Description

Error: missing ) after argument list
Source File: http://localhost:8080/2.7-stable/views/experiments/spotdata/list_spotdata.jsp?ID=2884a4c8a15a6416&bioassay_id=0&bioassayset_id=16&mode=default
Line: 1, Column: 45
Source Code:
Table.setSortOrder(event, 'spotdata', '=rep('chromosome')', 'ASC')

Change History (2)

comment:1 by Nicklas Nordborg, 16 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

There is a similar problem in Experiment explorer:

Error: missing ) after argument list
Source File: http://localhost:8080/2.7-stable/views/experiments/explorer/view/view.jsp?ID=2884a4c8a15a6416&bioassayset_id=16
Line: 1, Column: 45
Source Code:
Table.setSortOrder(event, 'spotdata', '=rep('chromosome')', 'ASC')

comment:2 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4352]) Fixes #1068: Sorting spotdata on a formula-based column where the formula contains a single quote character results in javascript error

And a similar problem with the title.

Note: See TracTickets for help on using tickets.