fix broken Help docs in Workflow Activity for Trash Expired Events. Stubbed out the Event asset docs so they stop failing tests as well
This commit is contained in:
parent
ae112ee843
commit
9ccbb18014
4 changed files with 31 additions and 126 deletions
|
|
@ -2,8 +2,8 @@ package WebGUI::Help::Asset_Event;
|
|||
|
||||
our $HELP = {
|
||||
'event add/edit' => {
|
||||
title => '72',
|
||||
body => '73',
|
||||
title => 'add/edit title',
|
||||
body => 'add/edit body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
|
|
@ -11,119 +11,11 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => '512',
|
||||
description => 'Description description',
|
||||
namespace => 'Asset_Event',
|
||||
},
|
||||
{
|
||||
title => '513',
|
||||
description => 'Start Date description',
|
||||
namespace => 'Asset_Event',
|
||||
},
|
||||
{
|
||||
title => '514',
|
||||
description => 'End Date description',
|
||||
namespace => 'Asset_Event',
|
||||
},
|
||||
{
|
||||
title => '515',
|
||||
description => '515 description',
|
||||
namespace => 'Asset_Event',
|
||||
},
|
||||
{
|
||||
title => '530',
|
||||
description => '530 description',
|
||||
namespace => 'Asset_Event',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => 'Recurs every description',
|
||||
namespace => 'Asset_Event',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'event template',
|
||||
namespace => 'Asset_Event'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
##I didn't break out individual asset level variables here
|
||||
##because there are so few of them. --ck
|
||||
'event template' => {
|
||||
title => '96',
|
||||
body => '97',
|
||||
isa => [
|
||||
{
|
||||
tag => 'asset template',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'title'
|
||||
},
|
||||
{
|
||||
'name' => 'start.label'
|
||||
},
|
||||
{
|
||||
'name' => 'eventStartDate'
|
||||
},
|
||||
{
|
||||
'name' => 'start.date'
|
||||
},
|
||||
{
|
||||
'name' => 'start.time'
|
||||
},
|
||||
{
|
||||
'name' => 'eventEndDate'
|
||||
},
|
||||
{
|
||||
'name' => 'end.date'
|
||||
},
|
||||
{
|
||||
'name' => 'end.time'
|
||||
},
|
||||
{
|
||||
'name' => 'end.label'
|
||||
},
|
||||
{
|
||||
'name' => 'canEdit'
|
||||
},
|
||||
{
|
||||
'name' => 'edit.url'
|
||||
},
|
||||
{
|
||||
'name' => 'edit.label'
|
||||
},
|
||||
{
|
||||
'name' => 'delete.url'
|
||||
},
|
||||
{
|
||||
'name' => 'delete.label'
|
||||
},
|
||||
{
|
||||
'name' => 'description'
|
||||
},
|
||||
{
|
||||
'name' => 'eventLocation'
|
||||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ our $HELP = {
|
|||
{
|
||||
title => 'trash after',
|
||||
description => 'trash after help',
|
||||
namespace => 'Asset_Event',
|
||||
namespace => 'Workflow_Activity_TrashExpiredEvents',
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue