Commit 4529f5d
committed
🐛 Fix default
The current default value of `None` for the `unique_extra_keys` in the
`BaseSubmissionController` is not a valid approach for setting the default.
For `BaseSubmissionController`s, the user should still specify the unique extra keys,
since they can't be derived from a parent node. For the
`FromGroupSubmissionController`, it is sensible to use the `_aiida_hash` as a default
value, instead of `None`.unique_extra_keys value1 parent b861256 commit 4529f5d
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments