forked from mrvautin/expressCart
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle settings changes without restart
Prior to this change, edited settings on the /admin/settings page required a restart for the edit to take effect. This even causes the settings page itself to not reflect the updated settings once you navigate away from it or refresh. This change triggers the config to reload when the settings are modified, which causes the impacted templates to be recomputed.
- Loading branch information
1 parent
70127ee
commit 9b0f7a0
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters