Refactor project API helpers
Compare changes
- Andreas Brandl authored
+ 0
− 8
@@ -211,14 +211,6 @@ class BasicProjectDetails < ProjectIdentity
@@ -211,14 +211,6 @@ class BasicProjectDetails < ProjectIdentity
Coming from #37919 (closed), this MR
In more detail, the side effect I wanted to make more explicit is the fact that we perform batch counting to refresh caches. This had been mixed into preparing the database query to retrieve projects (hence I think of it as a "side effect") and didn't have specs.
Closes #37919 (closed)