Commit 08dbb8a
committed
Fixes #2432 Create new MoleculeProperties parameters as Global
New parameters added to a MoleculeProperties container were created with
Local build mode, inconsistent with all other MoleculeProperties parameters
(Global). This caused formula references to fail because the parameter was
resolved as local while living at the global <MOLECULE>|parameter path.
DefaultParameterBuildMode now returns Global for MoleculeProperties containers.1 parent 187d488 commit 08dbb8a
2 files changed
Lines changed: 15 additions & 1 deletion
File tree
- src/MoBi.Core/Domain/Extensions
- tests/MoBi.Tests/Core/Commands
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
78 | 91 | | |
79 | 92 | | |
80 | 93 | | |
| |||
0 commit comments