1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-23 03:59:25 +01:00
phorge-phorge/src/applications/legalpad/controller
epriestley d8bba221b5 Use ApplicationSearch to search for Legalpad signatures
Summary:
Ref T3116. Currently, document signatures are just in a big list that you can't search through.

  - Make it easier to check if a specific user has signed.
  - Restrict this UI to users who have edit permission on the document (roughly, you need to be a document manager to see the full signature list).

(It's currently possible to generate a Dashboard panel using this query, but it will just throw an exception. I'm going to leave it like that for now, we might reasonably expose some "view signatures across doucments" UI later so someone can quickly check if a user has signed 5 documents or something.)

Test Plan: {F171576}

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T3116

Differential Revision: https://secure.phabricator.com/D9765
2014-06-28 16:36:37 -07:00
..
LegalpadController.php Make view/sign page the primary Legalpad page 2014-06-25 18:38:07 -07:00
LegalpadDocumentCommentController.php Remove ajaxey comment magic in Pholio, and also some bugs 2014-06-21 12:50:40 -07:00
LegalpadDocumentDoneController.php Streamline Legalpad signature workflow 2014-06-26 07:16:42 -07:00
LegalpadDocumentEditController.php Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
LegalpadDocumentListController.php Streamline Legalpad signature workflow 2014-06-26 07:16:42 -07:00
LegalpadDocumentManageController.php Make view/sign page the primary Legalpad page 2014-06-25 18:38:07 -07:00
LegalpadDocumentSignatureListController.php Use ApplicationSearch to search for Legalpad signatures 2014-06-28 16:36:37 -07:00
LegalpadDocumentSignatureVerificationController.php Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
LegalpadDocumentSignController.php Update look of Legalpad 2014-06-27 07:20:14 -07:00