Commit 2730a05
fix(projects): "fields" selector uses same default display list as my projects route DEV-292 (#5801)
### 📣 Summary
Fixes issue where the "fields" selector would show "Countries" checked
but the columns don't display it. Now the "fields" selector leaves
"Countries" unchecked by default (to match the columns).
### 👀 Preview steps
1. ℹ️ have an account and multiple projects
2. navigate to the homepage (my projects)
3. reset the "fields" selector and refresh
4. 🟢 [on main] notice that the "countries" column is not present
5. click on "fields" selector
6. 🔴 [on main] notice that "countries" is checked
7. 🟢 [on PR] notice "countries" is not checked
---------
Co-authored-by: Leszek Pietrzak <[email protected]>
Co-authored-by: Leszek <[email protected]>1 parent 24bb21d commit 2730a05
File tree
2 files changed
+4
-2
lines changed- jsapp/js/projects
- projectViews
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
0 commit comments