@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.

Tailor the Asana OAuth help URI

Summary: Ref T2852. Asana supports a link directly to this panel, I just wasn't able to find it.

Test Plan:
Clicked the link and got to the apps panel.

{F47346}

Reviewers: isaac_asana, btrahan, chad

Reviewed By: chad

CC: aran

Maniphest Tasks: T2852

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

+4 -4
+4 -4
src/applications/auth/provider/PhabricatorAuthProviderOAuthAsana.php
··· 12 12 $login_uri = $this->getLoginURI(); 13 13 14 14 return pht( 15 - "To configure Asana OAuth, create a new application by logging in to ". 16 - "Asana and going to **Account Settings**, then **Apps**, then ". 17 - "**Add New Application**.". 15 + "To configure Asana OAuth, create a new application here:". 18 16 "\n\n". 19 - "Use these settings:". 17 + "https://app.asana.com/-/account_api". 18 + "\n\n". 19 + "When creating your application, use these settings:". 20 20 "\n\n". 21 21 " - **App URL:** Set this to: `%s`\n". 22 22 " - **Redirect URL:** Set this to: `%s`".