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

Commits on Dec 8, 2017

  1. [FEATURE] Alias per page

    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.
    Marco Huber committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    d12dbad View commit details
    Browse the repository at this point in the history
  2. [FOLLOWUP][FEATURE] Ignore page id on decoding preVars

    While decoding preVars we have no page id, so we have to ignore it.
    Marco Huber committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    76f6c83 View commit details
    Browse the repository at this point in the history