[Bps-public-commit] r16571 - in sd/branches/sd-dispatcher: .
sartak at bestpractical.com
sartak at bestpractical.com
Tue Oct 28 13:12:32 EDT 2008
Author: sartak
Date: Tue Oct 28 13:12:32 2008
New Revision: 16571
Modified:
sd/branches/sd-dispatcher/ (props changed)
sd/branches/sd-dispatcher/lib/App/SD/CLI/Dispatcher.pm
Log:
r74679 at onn: sartak | 2008-10-28 13:12:24 -0400
Whoops, comment rules were running attachment commands
Modified: sd/branches/sd-dispatcher/lib/App/SD/CLI/Dispatcher.pm
==============================================================================
--- sd/branches/sd-dispatcher/lib/App/SD/CLI/Dispatcher.pm (original)
+++ sd/branches/sd-dispatcher/lib/App/SD/CLI/Dispatcher.pm Tue Oct 28 13:12:32 2008
@@ -40,8 +40,8 @@
};
under comment => sub {
- on create => run_command('Ticket::Attachment::Create');
- on update => run_command('Ticket::Attachment::Update');
+ on create => run_command('Ticket::Comment::Create');
+ on update => run_command('Ticket::Comment::Update');
};
under attachment => sub {
More information about the Bps-public-commit
mailing list