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

EZP-30639: Used Content view instead of deprecated Location view #259

Merged
merged 1 commit into from
Feb 27, 2020

Conversation

Nattfarinn
Copy link
Contributor

@Nattfarinn Nattfarinn commented Feb 5, 2020

dew326
dew326 previously approved these changes Feb 5, 2020
@dew326 dew326 dismissed their stale review February 5, 2020 10:01

Order of arguments must be changed

@Nattfarinn Nattfarinn force-pushed the ezp-30639-deprecate-view-location branch from f86a252 to 860a30b Compare February 5, 2020 11:34
@@ -28,7 +28,7 @@ const GridViewItemComponent = ({ item, generateLink }) => {
}

return (
<a className="c-grid-view-item" href={generateLink(locationId)}>
<a className="c-grid-view-item" href={generateLink(content._info.id, locationId)}>
Copy link
Member

Choose a reason for hiding this comment

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

Order of parameters should be changed

@Nattfarinn Nattfarinn force-pushed the ezp-30639-deprecate-view-location branch from 23aab67 to 24a6aeb Compare February 14, 2020 09:54
@Nattfarinn Nattfarinn force-pushed the ezp-30639-deprecate-view-location branch from e63125b to 2a5956a Compare February 27, 2020 13:45
@Nattfarinn Nattfarinn force-pushed the ezp-30639-deprecate-view-location branch from 2a5956a to 627dcc0 Compare February 27, 2020 13:45
@lserwatka lserwatka merged commit 5d7e7d4 into master Feb 27, 2020
@lserwatka lserwatka deleted the ezp-30639-deprecate-view-location branch February 27, 2020 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

6 participants