Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Fix link interpolation in invite fallback #1166

Merged
merged 1 commit into from
Jul 25, 2017

Conversation

el-mapache
Copy link
Contributor

Link now correctly renders!

screenshot:
screen shot 2017-07-25 at 2 18 26 pm

return (
<PanelDocumentation>
{`Currently, only an org manager can invite users to this ${this.entityType}
Currently, only an org manager can invite users to this { this.entityType }
via the dashboard. If the user you want to add is already a cloud.gov member,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is already a cloud.gov member - > is already a member of the organization

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not necessary but it would be helpful if we could inject the actual name of the organization so it would be is already a member of the "test" organization (given the current org is test)

you can invite them using the <a href=${cfAPILink}>cloud foundry api. </a>
Speak to your org manager if you need to add a user to this ${this.entityType} who
is not a member of cloud.gov`}
you can invite them using the <a href={ cfAPILink }>cloud foundry api. </a>
Copy link
Contributor

@jcscottiii jcscottiii Jul 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cfAPILink -> CF_CLI_SPACE_ROLE_LINK

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cloud foundry api -> Cloud Foundry CLI to assign a Space Role to the user

@@ -23,6 +23,7 @@ const ORG_MANAGER = 'org_manager';
const SPACE_MANAGER = 'space_manager';
const ORG_ENTITY = 'organization';
const SPACE_ENTITY = 'space';
const cfAPILink = 'https://cloud.gov/docs/getting-started/setup/#set-up-the-command-line';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cfAPILink -> CF_CLI_SPACE_ROLE_LINK

is not a member of cloud.gov`}
you can invite them using the <a href={ cfAPILink }>cloud foundry api. </a>
Speak to your org manager if you need to add a user to this { this.entityType } who
is not a member of cloud.gov
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

of cloud.gov -> of the organization

Copy link
Contributor

@jcscottiii jcscottiii Jul 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not necessary but it would be helpful if we could inject the actual name of the organization so it would be of the "test" organization (given the current org is test)

Speak to your org manager if you need to add a user to this ${this.entityType} who
is not a member of cloud.gov`}
you can invite them using the <a href={ cfAPILink }>cloud foundry api. </a>
Speak to your org manager if you need to add a user to this { this.entityType } who
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Speak to your -> Speak to an (there can be multiple org managers)

Copy link
Contributor

@jcscottiii jcscottiii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mostly copyediting so that it isn't cloud.gov specific (eventually we want to make it so others can use this)

@el-mapache
Copy link
Contributor Author

@jcscottiii Updated!

@el-mapache
Copy link
Contributor Author

new screenshot
screen shot 2017-07-25 at 2 48 17 pm

@jcscottiii jcscottiii merged commit 1066de1 into master Jul 25, 2017
@jcscottiii jcscottiii deleted the ab-fix-link-interpolation branch July 25, 2017 19:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants