Commit 0811ee0
committed
[FIX] web_m2x_options_manager: fix m2o dialog
Current implementation behind field ``option_create_edit_wizard`` was inconsistent with other options' values:
if ``option_create_edit_wizard`` was unflagged, users could not access the "Create" and "Create & Edit" options even if
``option_create[_edit]`` were set to '[set|force]_true'.
This commit fixes this issue.1 parent 68b9db7 commit 0811ee0
File tree
2 files changed
+5
-28
lines changed- web_m2x_options_manager
- models
- tests
2 files changed
+5
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | 153 | | |
156 | 154 | | |
157 | 155 | | |
| |||
Lines changed: 4 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 86 | + | |
94 | 87 | | |
95 | 88 | | |
96 | 89 | | |
97 | 90 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 91 | + | |
106 | 92 | | |
107 | 93 | | |
108 | 94 | | |
| |||
111 | 97 | | |
112 | 98 | | |
113 | 99 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 100 | + | |
122 | 101 | | |
123 | 102 | | |
124 | 103 | | |
| |||
129 | 108 | | |
130 | 109 | | |
131 | 110 | | |
132 | | - | |
| 111 | + | |
133 | 112 | | |
0 commit comments