enable ISA relationships in Wobjects add/edit forms
This commit is contained in:
parent
1c89741add
commit
2f1408e852
22 changed files with 132 additions and 16 deletions
|
|
@ -4,6 +4,12 @@ our $HELP = {
|
|||
'weather data add/edit' => {
|
||||
title => 'weather data add/edit title',
|
||||
body => 'weather data add/edit body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
tag => "wobject add/edit"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'Default Locations',
|
||||
|
|
@ -20,10 +26,6 @@ our $HELP = {
|
|||
tag => 'wobjects using',
|
||||
namespace => 'Asset_Wobject'
|
||||
},
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue