Skip to content

Commit

Permalink
Improve title of ecommerce overview widget in Dashboard (#22675)
Browse files Browse the repository at this point in the history
Improve title of ecommerce overview widget
  • Loading branch information
tsteur authored Oct 12, 2024
1 parent 170fe30 commit 5827fe7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/Goals/Pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public function createEcommerceOverviewPage()
$widgets[] = $config;

$container = $this->createWidgetizableWidgetContainer('EcommerceOverview', $subcategory, $widgets);
$container->setName(Piwik::translate('Goals_EcommerceOverview'));
return array($container);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5083,7 +5083,7 @@
</subcategory>
<widgets>
<row>
<name>Overview</name>
<name>Ecommerce Overview</name>
<module>CoreHome</module>
<action>renderWidgetContainer</action>
<order>1</order>
Expand Down Expand Up @@ -6617,4 +6617,4 @@
</row>
</widgets>
</row>
</result>
</result>
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,7 @@
<isWide>0</isWide>
</row>
<row>
<name>Overview</name>
<name>Ecommerce Overview</name>
<category>
<id>Goals_Ecommerce</id>
<name>Ecommerce</name>
Expand Down Expand Up @@ -4133,4 +4133,4 @@
<uniqueId>widgetMarketplacegetPremiumFeatures</uniqueId>
<isWide>0</isWide>
</row>
</result>
</result>
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@
<isReport>1</isReport>
</row>
<row>
<name>Overview</name>
<name>Ecommerce Overview</name>
<category>
<name>Ecommerce</name>
<order>20</order>
Expand Down Expand Up @@ -1967,4 +1967,4 @@
</parameters>
<uniqueId>widgetCoreHomegetDonateForm</uniqueId>
</row>
</result>
</result>

0 comments on commit 5827fe7

Please sign in to comment.