fix typo in ExpireUnvalidatedEmailUsers Help and provide an empty help skeleton for the Calendar to make tests happy
This commit is contained in:
parent
44ec1454a2
commit
e618c03a50
4 changed files with 33 additions and 3 deletions
21
lib/WebGUI/Help/Asset_Calendar.pm
Normal file
21
lib/WebGUI/Help/Asset_Calendar.pm
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
package WebGUI::Help::Asset_Calendar;
|
||||
|
||||
our $HELP = {
|
||||
'calendar add/edit' => {
|
||||
title => 'add/edit title',
|
||||
body => 'add/edit body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue