#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)

Change History (1)

comment:1 Changed at 2020-08-19T15:34:44Z by sajith

  • Owner set to sajith
Note: See TracTickets for help on using tickets.