Opened 8 years ago
Closed 8 years ago
#2799 closed defect (done)
DataTable and ScatterPlotView (De)RegisterEvents base-calls missing
Reported by: | pfleck | Owned by: | pfleck |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Analysis.Views | Version: | 3.3.14 |
Keywords: | Cc: |
Description (last modified by pfleck)
DataTable/ScatterPlotView does not react to name and description changes. The .base calls in the (De)RegisterContentEvents are missing.
Change History (6)
comment:1 Changed 8 years ago by pfleck
- Status changed from new to accepted
comment:2 Changed 8 years ago by pfleck
comment:3 Changed 8 years ago by pfleck
- Description modified (diff)
- Summary changed from ScatterPlotView to DataTable and ScatterPlotView (De)RegisterEvents base-calls missing
comment:4 Changed 8 years ago by pfleck
- Owner changed from pfleck to abeham
- Status changed from accepted to reviewing
comment:5 Changed 8 years ago by abeham
- Owner changed from abeham to pfleck
- Status changed from reviewing to readytorelease
ok
comment:6 Changed 8 years ago by pfleck
- Resolution set to done
- Status changed from readytorelease to closed
r15193: merged to stable
Note: See
TracTickets for help on using
tickets.
r15098: Added missing base-calls.
r15099: Added missing base-calls for DataTableView.
(Got lost during r14982)