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

Pass menubar_color as a param. Simplify cache mechanics. #8

Merged
merged 1 commit into from
Apr 8, 2019

Commits on Apr 8, 2019

  1. Pass menubar preference as a param. Simplify cache mechanics.

    Ex: If an admin uses an API call (CLI/REST) to change the menubar color,
    then they don't need to follow-up with a cache-clear.  The new setting just
    goes live.
    
    Ex: If a customization (via `civicrm.settings.php` or via extension) decides
    on the color scheme programmatically (e.g.  per-domain or per-role or
    per-user-preference), then they don't need to clear cache.  Multiple color
    schemes can coexist.
    totten committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    5bc600e View commit details
    Browse the repository at this point in the history