Commit bb9bce7
committed
Fix application settings dropdowns toggling each other
- Remove [(value)]="selected" binding from all dropdowns
- Each dropdown now only uses [(ngModel)] for its specific property
- Fixes issue where changing Embeddable would affect Load in Background
- Simplify save methods to avoid change detection errors
- Fix NG0100 ExpressionChangedAfterItHasBeenCheckedError1 parent aa88be1 commit bb9bce7
File tree
2 files changed
+11
-29
lines changed- src/app/components/admin-app/view-applications-select
2 files changed
+11
-29
lines changedLines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
80 | | - | |
81 | 79 | | |
82 | 80 | | |
83 | 81 | | |
| |||
89 | 87 | | |
90 | 88 | | |
91 | 89 | | |
92 | | - | |
93 | 90 | | |
94 | 91 | | |
95 | 92 | | |
| |||
142 | 139 | | |
143 | 140 | | |
144 | 141 | | |
145 | | - | |
146 | 142 | | |
147 | 143 | | |
148 | 144 | | |
| |||
154 | 150 | | |
155 | 151 | | |
156 | 152 | | |
157 | | - | |
158 | 153 | | |
159 | 154 | | |
160 | 155 | | |
| |||
Lines changed: 11 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 144 | + | |
148 | 145 | | |
149 | 146 | | |
150 | 147 | | |
151 | 148 | | |
152 | 149 | | |
153 | 150 | | |
154 | 151 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
| 152 | + | |
159 | 153 | | |
160 | 154 | | |
161 | 155 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 156 | + | |
166 | 157 | | |
167 | 158 | | |
168 | 159 | | |
169 | 160 | | |
170 | 161 | | |
171 | 162 | | |
172 | 163 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 164 | + | |
| 165 | + | |
179 | 166 | | |
180 | 167 | | |
181 | 168 | | |
| |||
204 | 191 | | |
205 | 192 | | |
206 | 193 | | |
207 | | - | |
| 194 | + | |
208 | 195 | | |
209 | 196 | | |
210 | 197 | | |
211 | 198 | | |
212 | 199 | | |
213 | 200 | | |
214 | 201 | | |
215 | | - | |
| 202 | + | |
216 | 203 | | |
217 | 204 | | |
218 | | - | |
| 205 | + | |
219 | 206 | | |
220 | 207 | | |
221 | 208 | | |
222 | 209 | | |
223 | 210 | | |
224 | 211 | | |
225 | | - | |
| 212 | + | |
226 | 213 | | |
227 | 214 | | |
228 | 215 | | |
229 | 216 | | |
230 | 217 | | |
231 | 218 | | |
232 | 219 | | |
233 | | - | |
| 220 | + | |
234 | 221 | | |
235 | 222 | | |
236 | | - | |
| 223 | + | |
237 | 224 | | |
238 | 225 | | |
239 | 226 | | |
| |||
0 commit comments