RT-Extension-Conservancy/etc/upgrade/0.4/content

13 lines
333 B
Text
Raw Normal View History

#!/usr/bin/env perl
@ScripActions = (
{ Name => 'Add a Comment',
Description => 'Add a comment to the ticket',
ExecModule => 'RecordComment',
},
{ Name => 'Add Correspondence',
Description => 'Add correspondence to the ticket',
ExecModule => 'RecordCorrespondence',
},
);