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

[FEATURE] Alias per page #576

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[FEATURE] Alias per page #576

wants to merge 2 commits into from

Conversation

mhuber84
Copy link

@mhuber84 mhuber84 commented Dec 8, 2017

With this commit the page id is stored with each alias. So an alias can be
used more than once as it is identified by the page on which the record is shown.
With this commit the behaviour of aliases is similar to the beaviour of pages:
The path segment is unique inside of the parent page, but can be used multiple times in a TYPO3 project.
While decoding preVars we have no page id, so we have to ignore it.

Marco Huber added 2 commits December 8, 2017 11:33
With this commit the page id is stored with each alias. So an alias can be
used more than once as it is identified by the page on which the record is shown.
With this commit the behaviour of aliases is similar to the beaviour of pages:
The path segment is unique inside of the parent page.
While decoding preVars we have no page id, so we have to ignore it.
@dmitryd
Copy link
Owner

dmitryd commented Feb 26, 2018

Not good, for example, if same news has to be shown on different pages.

I do not see any value in this change. Also it breaks existing behavior.

There has to be really good reasons to accept this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants