Commit 5ae0341
committed
Fix preset selection warning when user loads a graph.
When a user loads a preset, Foreman would look for matching presets but
fail to find a match because it did not load in the `water_resources`
which resulted in it failing to notice things like water.
We now do this by concatenating it onto the `resources` enumerable.
Fixes #1081 parent 25bfa87 commit 5ae0341
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments