Commit 73d471a
committed
[FIX][spp_area_base] Improve area import workflow and UI logic
- Fix excel_file_change method to require both file and name before upload state change
- Remove confusing else clause that was setting upload state even without file
- Update import button visibility to hide when locked_reason exists (during processing)
- Prevent premature state changes and improve user experience during import process
- Ensure import button is properly hidden during background processing operations1 parent e74b4a8 commit 73d471a
File tree
2 files changed
+2
-4
lines changed- spp_area_base
- models
- views
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments