File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
app/code/core/Mage/Reports/Model/Resource/Report/Collection Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ categories:
13
13
- title : ' 📖 Documentation'
14
14
labels :
15
15
- ' Documentation'
16
+ - title : ' 🔨 Maintenance'
17
+ labels :
18
+ - ' chore'
19
+ - ' Cleanup'
16
20
- title : ' ↗️ Dependencies'
17
21
labels :
18
22
- ' dependencies'
@@ -25,10 +29,15 @@ version-resolver:
25
29
minor :
26
30
labels :
27
31
- ' minor'
32
+ - ' enhancement'
33
+ - ' new feature'
28
34
patch :
29
35
labels :
30
36
- ' patch'
31
- default : patch
37
+ - ' fix'
38
+ - ' bugfix'
39
+ - ' bug'
40
+ default : minor
32
41
template : |
33
42
## Changes
34
43
Original file line number Diff line number Diff line change @@ -288,6 +288,8 @@ public function getSelectCountSql()
288
288
*
289
289
* @param array $storeIds
290
290
* @return $this
291
+ * @see Mage_Reports_Model_Resource_Report_Product_Viewed_Collection
292
+ * @see Mage_Sales_Model_Resource_Report_Bestsellers_Collection
291
293
*/
292
294
public function addStoreRestrictions ($ storeIds )
293
295
{
You can’t perform that action at this time.
0 commit comments