Add icons for ThingyRecord.
This commit is contained in:
parent
6aa3784636
commit
79dbea5025
4 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
- fixed #10630: If macro says that 0 is true
|
||||
- WebGUI::Shop::PayDriver::PayPal::PayPalStd replaced by WebGUI::Shop::PayDriver::PayPal. PayPalStd fought the Shop API and didn't work.
|
||||
- fixed #10633: GET requests in Operation/User require valid CSRF token.
|
||||
- fixed #10621: ThingRecord needs an Asset Icon
|
||||
|
||||
7.7.14
|
||||
- fixed #10606: shelf selector
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ sub definition {
|
|||
);
|
||||
push @{$definition}, {
|
||||
assetName => $i18n->get('assetName'),
|
||||
icon => 'ThingyRecord.gif',
|
||||
icon => 'thingyRecord.gif',
|
||||
autoGenerateForms => 1,
|
||||
tableName => 'ThingyRecord',
|
||||
className => __PACKAGE__,
|
||||
|
|
|
|||
BIN
www/extras/assets/small/thingyRecord.gif
Normal file
BIN
www/extras/assets/small/thingyRecord.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 600 B |
BIN
www/extras/assets/thingyRecord.gif
Normal file
BIN
www/extras/assets/thingyRecord.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue