@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add type=submit to AphrontDialogView

Summary: This is required for browsers <= IE7

Test Plan: Inspected HTML for type.

Reviewers: epriestley

Subscribers: aran, epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D8503

+1
+1
src/view/AphrontDialogView.php
··· 131 131 array( 132 132 'name' => '__submit__', 133 133 'sigil' => '__default__', 134 + 'type' => 'submit', 134 135 ), 135 136 $this->submitButton); 136 137 }