Page MenuHomePhabricator

Legalpad - add "no one" signature type
ClosedPublic

Authored by btrahan on Feb 17 2015, 7:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 15, 8:44 PM
Unknown Object (File)
Tue, Apr 9, 8:02 AM
Unknown Object (File)
Mon, Apr 8, 1:05 PM
Unknown Object (File)
Mon, Apr 8, 8:49 AM
Unknown Object (File)
Mon, Apr 8, 8:49 AM
Unknown Object (File)
Mon, Apr 8, 8:48 AM
Unknown Object (File)
Mon, Apr 8, 8:38 AM
Unknown Object (File)
Mon, Apr 8, 8:23 AM
Subscribers

Details

Summary

Fixes T7294. This lets legalpad store other documents that don't need signatures but conceptually belong in legalpad.

Test Plan

made a document with signature type "no one" and it saved. viewed the document and noted no signing UI was present.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Legalpad - add "no one" signature type.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/legalpad/storage/LegalpadDocument.php
136

Maybe put this last in the list, since it'll default on new documents I think but "individuals" is probably the best / most common default?

This revision is now accepted and ready to land.Feb 17 2015, 7:42 PM
btrahan edited edge metadata.

move "no one" to last in dropdown since its least common. (initNewDocument handled the doc type default already, but its nice to put this rare option in the back)

This revision was automatically updated to reflect the committed changes.