[Rt-commit] rt branch, 4.4/asset-serializer, updated. rt-4.4.2-86-g1deb03170
Jim Brandt
jbrandt at bestpractical.com
Sun Apr 22 11:12:07 EDT 2018
The branch, 4.4/asset-serializer has been updated
via 1deb03170e19c63e2dbe0b0afb7e0ba6c6dc18f5 (commit)
from 2b6784ba3b076496c96c717e26a82a169c5c5d2e (commit)
Summary of changes:
lib/RT/Migrate.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 1deb03170e19c63e2dbe0b0afb7e0ba6c6dc18f5
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Sun Apr 22 11:12:02 2018 -0400
Add assets to the visualizer
diff --git a/lib/RT/Migrate.pm b/lib/RT/Migrate.pm
index e00efbd7f..f7375b503 100644
--- a/lib/RT/Migrate.pm
+++ b/lib/RT/Migrate.pm
@@ -92,7 +92,7 @@ sub progress {
top => sub { print "\n\n" },
bottom => sub {},
every => 3,
- bars => [qw/Ticket Transaction Attachment User Group/],
+ bars => [qw/Ticket Asset Transaction Attachment User Group/],
counts => sub {},
max => {},
@_,
-----------------------------------------------------------------------
More information about the rt-commit
mailing list