Commit 3e03cf2
committed
Revert "ACPT-1599: Fixing DeploymentConfig resets & reloads every time new key that wasn't previously set"
This reverts commit a731903ceab6881ca09875eb434a7bc4c5568f9d.
This workaround didn't work for very specific use-case of custom 'etc' path when running setup:upgrade. This was found in setup-integration tests. The reason why it didn't work is because the first DeploymentConfig doesn't use the custom paths for 'etc', so it was loading the wrong files. This problem may still exist for plugins and other objects that use the original ObjectManager's DeploymentConfig instead of the DeploymentConfig object created by Laminas ServiceManager.1 parent 530117e commit 3e03cf2
1 file changed
+10
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
25 | | - | |
26 | 30 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
0 commit comments