Commit 2553db4
committed
[FIX][spp_area_base] Improve language activation robustness
- Process each missing language individually instead of bulk search
- Strip whitespace and convert to lowercase for each language code
- Skip empty language codes after processing
- Add page reload action return for better user feedback
- More resilient to malformed language data and edge cases
- Ensures all valid languages are properly activated
- Improves error handling and user experience in area import workflow1 parent 62eda53 commit 2553db4
1 file changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
229 | 232 | | |
230 | 233 | | |
231 | 234 | | |
232 | 235 | | |
233 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
234 | 241 | | |
235 | 242 | | |
236 | 243 | | |
| |||
0 commit comments