Give RSSFromParent.pm the right icon filename.
This commit is contained in:
parent
a0d2326f9c
commit
eeb97d0135
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
canShowBasedOnIP, which refactored out the identical code to share
|
canShowBasedOnIP, which refactored out the identical code to share
|
||||||
between canShowDebug, canShowPerformanceIndicators and any other IP based
|
between canShowDebug, canShowPerformanceIndicators and any other IP based
|
||||||
check for privileges.
|
check for privileges.
|
||||||
|
- fix: RSS From Parent having no icon
|
||||||
|
|
||||||
7.2.1
|
7.2.1
|
||||||
- Made a change to version tag commits to deal with unusually long commit
|
- Made a change to version tag commits to deal with unusually long commit
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ sub definition {
|
||||||
|
|
||||||
push(@{$definition}, {
|
push(@{$definition}, {
|
||||||
assetName=>$i18n->get('assetName'),
|
assetName=>$i18n->get('assetName'),
|
||||||
icon=>'rssFromParent.gif',
|
icon=>'rssGear.gif',
|
||||||
autoGenerateForms=>1,
|
autoGenerateForms=>1,
|
||||||
tableName=>'RSSFromParent',
|
tableName=>'RSSFromParent',
|
||||||
className=>'WebGUI::Asset::RSSFromParent',
|
className=>'WebGUI::Asset::RSSFromParent',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue