1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-14 19:02:41 +01:00
phorge-phorge/src/applications/legalpad/storage
epriestley ffc1b5c26a Allow users to search for signatures by name and email substrings
Summary:
Ref T3116. In the case of anonymous signers, there's no way to do a quick way to check if someone has signed a doc since you can't query by their (nonexistent) external account ID.

Move "name" and "email" to first-class columns and let the engine search for them.

Test Plan: Searched for signatures with name and email fragments.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T3116

Differential Revision: https://secure.phabricator.com/D9776
2014-06-29 07:51:03 -07:00
..
LegalpadDAO.php Legalpad V0.1 2013-07-03 11:15:45 -07:00
LegalpadDocument.php Allow Legalpad documents to be destroyed with bin/remove destroy 2014-06-29 07:50:53 -07:00
LegalpadDocumentBody.php Legalpad - add signature page 2013-07-10 11:46:39 -07:00
LegalpadDocumentSignature.php Allow users to search for signatures by name and email substrings 2014-06-29 07:51:03 -07:00
LegalpadTransaction.php Allow CustomField to provide ApplicationTransaction change details 2014-02-21 11:53:04 -08:00
LegalpadTransactionComment.php Legalpad V0.1 2013-07-03 11:15:45 -07:00