Commit 54f1c9e
Prevent merging of non-frontend-viewable orders
non-frontend viewable orders are created by Solidus admins, and these can be unintentionally merged into a user's existing orders when they login.
We want to exclude them from the list of order merge candidates
Co-authored-by: Chris Todorov <chris@super.gd>1 parent f4654cf commit 54f1c9e
File tree
2 files changed
+11
-1
lines changed- core
- app/helpers/spree/core/controller_helpers
- spec/helpers/controller_helpers
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
111 | 121 | | |
112 | 122 | | |
113 | 123 | | |
| |||
0 commit comments