URLs were wrong in the Account::Contributions screen.
This commit is contained in:
parent
75e32b95be
commit
99a047e147
2 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
- fixed #9737: Upgrade Missed a Config Option
|
||||
- fixed #9169: E-mail to Collab System creates invalid asset
|
||||
- fixed #9746: Shop: Add a new address unneeded extra click
|
||||
- fixed #9747: Account Contributions: URLs are wrong.
|
||||
|
||||
|
||||
7.6.11
|
||||
- fixed: Asset Manager can generate URLs that are too long
|
||||
|
|
|
|||
|
|
@ -198,6 +198,7 @@ sub www_view {
|
|||
my $assetId = $row->{assetId};
|
||||
my $asset = WebGUI::Asset->newByDynamicClass( $session, $assetId );
|
||||
my $props = $asset->get;
|
||||
$props->{url} = $asset->getUrl;
|
||||
if (ref $asset eq "WebGUI::Asset::Post") {
|
||||
$asset = $asset->getThread;
|
||||
$props = $asset->get;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue