[Rt-commit] rt branch, 4.4/link_multiple_assets_to_new_ticket, repushed
Jim Brandt
jbrandt at bestpractical.com
Thu Jun 16 15:54:41 EDT 2016
The branch 4.4/link_multiple_assets_to_new_ticket was deleted and repushed:
was 2edbafc7e0ee1cd6fd30316c1ff971a525ddd919
now 61c7a188ce4c229a3660e09af96552f604eb5f78
1: 2edbafc ! 1: 61c7a18 Link multiple assets to a new ticket from asset bulk update
@@ -33,6 +33,9 @@
+elsif ( @Assets ){
+ @asset_objs = map { LoadAsset($_) } @Assets;
+ $single_asset = 1 if @asset_objs == 1;
++}
++else {
++ Abort('No asset specified');
+}
</%init>
-<& /Elements/Header,
More information about the rt-commit
mailing list