Opened 10 years ago
Closed 10 years ago
#2325 closed defect (done)
RunCollection doesn't register all events after cloning or deserialization
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.12 |
Component: | Optimization | Version: | 3.3.11 |
Keywords: | Cc: |
Description
The registration of the run.results and run.parameters changed events was forgotten and hence the changes in #2120 are not working correctly.
Change History (5)
comment:1 Changed 10 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 10 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from accepted to reviewing
comment:3 Changed 10 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from reviewing to readytorelease
Reviewed the changes, thx for fixing this.
comment:4 Changed 10 years ago by abeham
- Summary changed from RunCollection doesn't register all events after cloning or deserialzation to RunCollection doesn't register all events after cloning or deserialization
comment:5 Changed 10 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r12022: Registered run events after cloning and deserialization in RunCollection.