Fix error in TabForm POD (get vs getTab)
POD for WebGUI.pm Table of Contents has tabbed interface viewHelp filters tabs by the user's UI level
This commit is contained in:
parent
f3124671c9
commit
65590997b6
5 changed files with 198 additions and 37 deletions
|
|
@ -47,7 +47,6 @@ SKIP: {
|
|||
|
||||
foreach my $asset ( @assets ) {
|
||||
diag("Checking $asset");
|
||||
my $assetObj = WebGUI::Asset->newByPropertyHashRef($session, { className=>$asset });
|
||||
my $def = $asset->definition($session);
|
||||
my $tableName = $def->[0]->{tableName};
|
||||
my $classIds = $session->db->buildArrayRef("select distinct(assetId) from asset where className=? order by assetId", [$asset]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue