Page MenuHomePhabricator

Fix text for Passphrase credential destruction transaction when restoring credentials
ClosedPublic

Authored by epriestley on Jan 23 2016, 8:20 PM.
Tags
None
Referenced Files
F13281871: D15096.diff
Sun, Jun 2, 11:22 AM
F13267532: D15096.diff
Wed, May 29, 3:36 AM
F13252980: D15096.diff
Sat, May 25, 2:16 AM
F13251375: D15096.id.diff
Fri, May 24, 10:44 PM
F13231344: D15096.diff
Tue, May 21, 12:24 AM
F13213152: D15096.diff
Fri, May 17, 7:27 AM
Unknown Object (File)
Tue, May 7, 5:18 AM
Unknown Object (File)
May 3 2024, 2:40 AM
Subscribers
None

Details

Summary

Fixes T10211. This transaction can either be setting or removing the "destroyed" flag, but we show "destroyed" in both cases.

Instead, if the transaction is clearing the flag, render "restored".

Test Plan

Screen Shot 2016-01-23 at 12.17.59 PM.png (139×399 px, 16 KB)

Diff Detail

Repository
rP Phabricator
Branch
pphrase1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 10287
Build 12523: Run Core Tests
Build 12522: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Fix text for Passphrase credential destruction transaction when restoring credentials.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.

Actually, I kind of don't like this because I think the text implies that you revived the secret, too, which you did not (the secret is truly gone forever).

Maybe I'll just hide this transaction instead if I can't come up with some better text.

  • Adjust phrasing to talk about destroying, attaching and updating secrets. I think this is a little more clear.

Screen Shot 2016-01-23 at 12.23.46 PM.png (91×395 px, 13 KB)

chad edited edge metadata.
This revision is now accepted and ready to land.Jan 23 2016, 8:25 PM
This revision was automatically updated to reflect the committed changes.