fixed: EMS Ticket Meta Fields- Can't Delete

This commit is contained in:
Yung Han Khoe 2008-07-23 23:36:52 +00:00
parent 33bcab206e
commit a8bce70cdb
2 changed files with 1 additions and 1 deletions

View file

@ -24,6 +24,7 @@
- Converted asset context menus to YUI menus
- fixed: asset context menu is positioned incorrectly on RTL pages
- fixed: asset context menu broken if the only asset is a navigation included by AssetProxy
- fixed: EMS Ticket Meta Fields- Can't Delete
7.5.17
- fixed: Payment Methods Hover Help Incomplete

View file

@ -150,7 +150,6 @@ Delete a meta field.
sub deleteEventMetaField {
my $self = shift;
my $id = shift;
$self->deleteCollateral('EMSEventMetaData', 'fieldId', $id); # deleteCollateral doesn't care about assetId.
$self->deleteCollateral('EMSEventMetaField', 'fieldId', $id);
$self->reorderCollateral('EMSEventMetaField', 'fieldId');
}