fix: ems 2.0: tickets get created as badges also
This commit is contained in:
parent
d3a7ef6e01
commit
858c227ee6
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.5.14
|
||||
- fixed: ems 2.0: tickets get created as badges also
|
||||
- fixed: Non-admin users can now add Gallery assets
|
||||
- fixed: Thingy Data now retains File and Images if they aren't explicitly deleted
|
||||
- fixed: Rich Editor no longer makes other form controls show up as code in Safari 3
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ fixAdminConsoleTemplateTitles( $session );
|
|||
makeLongerAssetMetadataValues( $session );
|
||||
removeOldCommerceCode($session);
|
||||
convertDataForm( $session );
|
||||
ensureCorrectDefaults( $session );
|
||||
#ensureCorrectDefaults( $session );
|
||||
|
||||
finish($session); # this line required
|
||||
|
||||
|
|
@ -650,7 +650,7 @@ sub upgradeEMS {
|
|||
my $end = WebGUI::DateTime->new($session, $ticketData->{endDate});
|
||||
my $duration = $end - $start;
|
||||
my $ticket = $ems->addChild({
|
||||
className => 'WebGUI::Asset::Sku::EMSBadge',
|
||||
className => 'WebGUI::Asset::Sku::EMSTicket',
|
||||
title => $ticketData->{title},
|
||||
url => $ticketData->{title},
|
||||
description => $ticketData->{description},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue