1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Add supportsSearch to Phame Blog/Post

Summary: Flips the bits from true to false in transaction editor.

Test Plan: update a post, search for new term

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9897

Differential Revision: https://secure.phabricator.com/D16120
This commit is contained in:
Chad Little 2016-06-14 13:31:17 -07:00
parent cfa73eb544
commit 695f0b09b2
2 changed files with 2 additions and 2 deletions

View file

@ -227,7 +227,7 @@ final class PhameBlogEditor
protected function supportsSearch() {
return false;
return true;
}
protected function shouldApplyHeraldRules(

View file

@ -264,7 +264,7 @@ final class PhamePostEditor
}
protected function supportsSearch() {
return false;
return true;
}
protected function shouldApplyHeraldRules(