Fix bugs in AssetReport code, and test.
This commit is contained in:
parent
6eba088fe9
commit
19199cac9a
2 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ use WebGUI::International;
|
||||||
use WebGUI::Paginator;
|
use WebGUI::Paginator;
|
||||||
use WebGUI::Utility;
|
use WebGUI::Utility;
|
||||||
use Class::C3;
|
use Class::C3;
|
||||||
|
use WebGUI::Form::AssetReportQuery;
|
||||||
use base qw/WebGUI::Asset::Wobject/;
|
use base qw/WebGUI::Asset::Wobject/;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ my $value = {
|
||||||
1 => {
|
1 => {
|
||||||
opSelect => "=",
|
opSelect => "=",
|
||||||
propSelect => "assetData.title",
|
propSelect => "assetData.title",
|
||||||
valText => "'Shawshank'"
|
valText => "Shawshank"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
whereCount => "2",
|
whereCount => "2",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue