Maintainers: cjwest, boznik Changelog.txt
The SoE Intranet Helper is for customizations for the SoE Intranet site. Specifically it:
- Assists when the standard Drupal caching may be incomplete. This implements a function to look for a sidebar on a page with a node. If it is not there, flush the cache.
Install this module like any other module. See Drupal Documentation
Nothing special needed.
If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page. To verify configuration:
To verify that the soe_intranet_helper_settings
are set:
drush vget soe_intranet_helper_settings
soe_intranet_helper_settings:
whitelist:
:
To verify in the logs or (drush ws --tail
) you see something like:
debug soe_intranet_helper First sidebar is missing. Page is: node/xxx
You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see GitHub's article on fork, branch, and pull requests