From ab1b3e45c21ef2e7339b64643a204ee7e4b57674 Mon Sep 17 00:00:00 2001 From: Matthew Orres Date: Wed, 15 Jan 2020 23:33:44 -0500 Subject: [PATCH] #60 Fix issue with builds Specifically if you've run the setup wizard on 2.3.1 or 2.3.2, even after this change you'll need to either re-run the setup wizard (kind of a pain), or manually go find and update js/config.js in your predefined settings directory. --- deploy/config.js.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/config.js.ci b/deploy/config.js.ci index 2048e38b..929d3859 100644 --- a/deploy/config.js.ci +++ b/deploy/config.js.ci @@ -1,5 +1,5 @@ (function(angular, undefined) { - angular.module("config", []) + angular.module("phpdraft.env", []) .constant("ENV", { "apiEndpoint": "{phpdraft.apiBaseUrl}",