Opened 10 years ago
Closed 10 years ago
#45 closed enhancement (fixed)
add parent to pages
| Reported by: | zhangjr | Owned by: | yanll |
|---|---|---|---|
| Priority: | minor | Milestone: | pre-alpha |
| Component: | general | Version: | 0.1 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Parent ID: | Parent Tickets: | ||
| Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
| Billable?: | yes | Total Hours: | 0 |
Description (last modified by zhangjr)
self.chopperPage = CSNSChopperPage(self)
self.samplePage = CSNSSamplePage(self)
self.experimentPage = CSNSExperimentPage(self)
self.histogramPage = CSNSHistogramPage(self)
self.calibrationPage = CSNSCalibrationPage(self)
self.reductionPage = CSNSReductionPage(self)
def init(self, parent):
super(CSNSChopperPage, self).init(parent)
Subtickets
Child Tickets
Change History (2)
comment:1 Changed 10 years ago by zhangjr
- Description modified (diff)
comment:2 Changed 10 years ago by zhangjr
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
