Opened at 2020-08-07T02:39:57Z
Last modified at 2020-08-19T15:34:44Z
#3371 new defect
Render post-repair corrupt shares in deep-check-and-repair results page
Reported by: | sajith | Owned by: | sajith |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-web | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
The "deep check and repair" results page will not display corrupt shares, if any, after repair attempt, because this method is not implemented:
@renderer def post_repair_corrupt_shares(self, req, tag): # TODO: this was not implemented before porting to # twisted.web.template; leaving it as such. corrupt = [{"share":"unimplemented"}] return SlotsSequenceElement(tag, corrupt)
Note: See
TracTickets for help on using
tickets.