1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-11 16:16:14 +01:00
phorge-phorge/src/applications/phriction/conduit
Austin McKinley 00a7071e2d Fix handling of Phriction conduit edits
Summary: See https://discourse.phabricator-community.org/t/conduit-method-phriction-edit-requires-title-while-the-docs-say-its-optional/2176. Make code consistent with documentation by not requiring either `content` or `title`.

Test Plan: Hit the method via the UI and no longer got an error on missing `content` or `title` fields.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D19862
2018-12-10 13:38:13 -08:00
..
PhrictionConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
PhrictionContentSearchConduitAPIMethod.php Introduce a "phriction.content.search" API method to replace "phriction.history" 2018-02-15 18:12:54 -08:00
PhrictionCreateConduitAPIMethod.php Make PhrictionContent "description" non-nullable 2018-02-15 17:55:11 -08:00
PhrictionDocumentSearchConduitAPIMethod.php Partially clean up Phriction document status constants; introduce "phriction.document.search" 2018-02-15 18:19:10 -08:00
PhrictionEditConduitAPIMethod.php Fix handling of Phriction conduit edits 2018-12-10 13:38:13 -08:00
PhrictionHistoryConduitAPIMethod.php Freeze "phriction.history" in favor of "phriction.content.search" 2018-02-15 18:15:18 -08:00
PhrictionInfoConduitAPIMethod.php Freeze the "phriction.info" Conduit API method 2018-02-16 12:14:23 -08:00