Commit ce46c8d
committed
fix: only count preview branches toward the preview branch limit
The Limits page counted development branches toward the preview-branch
limit, showing inflated and sometimes over-limit values. Filter the count
on type PREVIEW with a parent environment to mirror checkBranchLimit.
Closes #42811 parent 2856662 commit ce46c8d
2 files changed
Lines changed: 11 additions & 2 deletions
File tree
- .server-changes
- apps/webapp/app/presenters/v3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
158 | | - | |
| 160 | + | |
| 161 | + | |
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
| |||
0 commit comments