[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-197-g493a062
Thomas Sibley
trs at bestpractical.com
Fri Jul 30 15:08:13 EDT 2010
The branch, 3.9-trunk has been updated
via 493a062ad164bd994aebda00aa870fb1431543d7 (commit)
from 482fbd258ab4a601ab59d8c9975354331c4399da (commit)
Summary of changes:
share/html/Admin/CustomFields/Modify.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 493a062ad164bd994aebda00aa870fb1431543d7
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Jul 30 15:10:08 2010 -0400
Tweak when we show results from SetBasedOn
diff --git a/share/html/Admin/CustomFields/Modify.html b/share/html/Admin/CustomFields/Modify.html
index 7d24e3b..bbc5f01 100644
--- a/share/html/Admin/CustomFields/Modify.html
+++ b/share/html/Admin/CustomFields/Modify.html
@@ -221,7 +221,7 @@ if ( $ARGS{'Update'} && $id ne 'new' ) {
}
my ($good, $msg) = $CustomFieldObj->SetBasedOn( $BasedOn );
- push @results, $msg;
+ push @results, $msg unless $good or $msg =~ /No entry found/;
my $paramtag = "CustomField-". $CustomFieldObj->Id ."-Value";
# Delete any fields that want to be deleted
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list