Skip to content

Commit

Permalink
Generate URLs with siteaccess parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioBlazek committed Mar 19, 2020
1 parent 05783d5 commit af564ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/Resources/views/admin/overview.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<img src="{{ asset('bundles/netgeninformationcollection/admin/images/Document.png') }}" alt="section" title="section" width="16" height="16">
&nbsp;
{% if object.hasLocation %}
<a href="{{ path("ez_urlalias", { "contentId": object.content.contentInfo.id }) }}">
<a href="{{ path("ez_urlalias", { "contentId": object.content.contentInfo.id, "siteaccess": ezpublish.siteaccess.name }) }}">
{{ ez_content_name(object.content) }}
</a>
{% else %}
Expand Down
1 change: 1 addition & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Accessing collections created by nonexistent users
- Translate ContentType name with TranslationHelper in tree
- URL's generated without siteaccess context on overview page

## [1.7.1] - 2020-01-24
### Added
Expand Down

0 comments on commit af564ab

Please sign in to comment.