more versioning bug fixes
This commit is contained in:
parent
7fae1e435d
commit
beca69b465
5 changed files with 29 additions and 60 deletions
|
|
@ -215,20 +215,6 @@ sub getShortcut {
|
|||
This function will search for a asset that match a metadata criteria set.
|
||||
If no asset is found, undef will be returned.
|
||||
|
||||
=head3 hashRef
|
||||
|
||||
A typical hashRef for this function will look like:
|
||||
|
||||
{
|
||||
proxiedNamespace => "Article",
|
||||
resolveMultiples => "random",
|
||||
shortcutCriteria => 'State = "Wisconsin" AND County != "Sauk"'
|
||||
}
|
||||
|
||||
Most of the time this will be a:
|
||||
|
||||
WebGUI::SQL->quickHashRef("select * from AssetProxy where assetId=".quote($proxiedId));
|
||||
|
||||
=cut
|
||||
|
||||
sub getShortcutByCriteria {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue