Opened 13 years ago
Closed 11 years ago
#1677 closed defect (done)
Rows in the RunCollectionTabularView don't respect filters
Reported by: | abeham | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.9 |
Component: | Optimization.Views | Version: | 3.3.5 |
Keywords: | Cc: |
Description (last modified by abeham)
The tabular view always shows all runs, no matter what filters are active. I would expect it to show only filtered runs.
I was wrong, the rows are correctly filtered, but the number of rows only shows the total number of runs.
Additionally selecting the filtered table and copying it to the clipboard again copies the whole table.
Change History (10)
comment:1 Changed 13 years ago by abeham
- Description modified (diff)
- Summary changed from RunCollectionTabularView doesn't respect filters to Rows in the RunCollectionTabularView doesn't respect filters
comment:2 Changed 13 years ago by abeham
- Description modified (diff)
comment:3 Changed 12 years ago by abeham
- Component changed from Operators.Views to Optimization.Views
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.9
comment:4 Changed 12 years ago by gkronber
- Summary changed from Rows in the RunCollectionTabularView doesn't respect filters to Rows in the RunCollectionTabularView don't respect filters
comment:5 Changed 12 years ago by mkommend
- Owner changed from swagner to mkommend
- Status changed from new to accepted
comment:6 Changed 12 years ago by mkommend
comment:7 Changed 12 years ago by mkommend
r9506: Updated rows textbox in RunCollectionTabularView when runs are filtered.
comment:8 Changed 12 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from accepted to reviewing
comment:9 Changed 12 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from reviewing to readytorelease
Thx for fixing this!
I reviewed the changes, they can be released.
comment:10 Changed 11 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r9505: Updated StringConvertibleMatrixView to copy only visible & selected cells.