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

Fix: dirmap wasn't using local site values #728

Merged
merged 4 commits into from
Jul 3, 2024

Commits on Jul 1, 2024

  1. AY-1232 - removed unnecessary get_site_local_overrides

    Has wrong arguments, it would require SiteSync addon. Used only in dirmap file, where it could be replaced directly by SiteSync addon's method.
    kalisp committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1ef840f View commit details
    Browse the repository at this point in the history
  2. AY-1232 - used addon's get_site_root_overrides

    Addon's get_site_root_overrides should return overridden root values for any site which is overridden by Site Settings.
    'studio' site is currently overridden by `Roots` tab and comes from project settings directly.
    kalisp committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d4e90a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1298cb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    2b89900 View commit details
    Browse the repository at this point in the history