Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Maps] render attribution with no url as text instead of EuiLink #31873

Merged
merged 3 commits into from
Feb 25, 2019

Conversation

nreese
Copy link
Contributor

@nreese nreese commented Feb 24, 2019

fixes #31747

screen shot 2019-02-23 at 7 21 30 pm

@nreese nreese added v7.0.0 [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation v8.0.0 v6.7.0 v7.2.0 labels Feb 24, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Contributor

@thomasneirynck thomasneirynck left a comment

Choose a reason for hiding this comment

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

thanks!

@@ -63,11 +62,21 @@ export class AttributionControl extends React.Component {
}
};

_renderAttribution({ url, label }) {
if (!url || url.length === 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

url.length === 0 is redundant I think

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@nreese nreese merged commit 0f5ad29 into elastic:master Feb 25, 2019
nreese added a commit to nreese/kibana that referenced this pull request Feb 25, 2019
…stic#31873)

* [Maps] render attribution with no url as text instead of EuiLink

* remove check for length
nreese added a commit to nreese/kibana that referenced this pull request Feb 25, 2019
…stic#31873)

* [Maps] render attribution with no url as text instead of EuiLink

* remove check for length
nreese added a commit to nreese/kibana that referenced this pull request Feb 25, 2019
…stic#31873)

* [Maps] render attribution with no url as text instead of EuiLink

* remove check for length
nreese added a commit that referenced this pull request Feb 25, 2019
) (#31900)

* [Maps] render attribution with no url as text instead of EuiLink

* remove check for length
nreese added a commit that referenced this pull request Feb 25, 2019
) (#31898)

* [Maps] render attribution with no url as text instead of EuiLink

* remove check for length
nreese added a commit that referenced this pull request Feb 25, 2019
) (#31899)

* [Maps] render attribution with no url as text instead of EuiLink

* remove check for length
@nreese nreese added non-issue Indicates to automation that a pull request should not appear in the release notes release_note:skip Skip the PR/issue when compiling release notes and removed non-issue Indicates to automation that a pull request should not appear in the release notes labels Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation release_note:skip Skip the PR/issue when compiling release notes v6.7.0 v7.0.0 v7.2.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Maps] Clicking on maps attribution links redirect the user to maps listing page
3 participants