fixed: Thingy has no icon
This commit is contained in:
parent
c9c14261d0
commit
7d3c1d2ca6
4 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
7.5.7
|
||||
- fixed: HttpProxy mixes original site's content encoding with WebGUI's
|
||||
- fixed: Thingy i18n has an empty message
|
||||
- fixed: Thingy has no icon
|
||||
|
||||
7.5.6
|
||||
- fixed: events get start/end time even when none specified (also can offset start/end day)
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ sub definition {
|
|||
);
|
||||
push(@{$definition}, {
|
||||
assetName=>$i18n->get('assetName'),
|
||||
icon=>'Thingy.gif',
|
||||
icon=>'thingy.gif',
|
||||
autoGenerateForms=>1,
|
||||
tableName=>'Thingy',
|
||||
className=>'WebGUI::Asset::Wobject::Thingy',
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1,004 B After Width: | Height: | Size: 1,004 B |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue