[Bps-public-commit] r16427 - in sd/trunk: lib/App/SD/CLI/Command t
jesse at bestpractical.com
jesse at bestpractical.com
Tue Oct 21 11:45:46 EDT 2008
Author: jesse
Date: Tue Oct 21 11:45:45 2008
New Revision: 16427
Added:
sd/trunk/t/sd-rt-n-foreign-sync.t
- copied unchanged from r15691, /sd/trunk/t/no-foreign-sync.t
Removed:
sd/trunk/lib/App/SD/CLI/Command/TextEditor.pm
sd/trunk/t/no-foreign-sync.t
Modified:
sd/trunk/lib/App/SD/Model/Ticket.pm
Log:
* workaround to deal with the new milestones code and not hurting shawn
Modified: sd/trunk/lib/App/SD/Model/Ticket.pm
==============================================================================
--- sd/trunk/lib/App/SD/Model/Ticket.pm (original)
+++ sd/trunk/lib/App/SD/Model/Ticket.pm Tue Oct 21 11:45:45 2008
@@ -87,6 +87,7 @@
sub validate_prop_milestone {
my ( $self, %args ) = @_;
+ return 1;
return $self->_validate_prop_from_setting('milestone', 'milestones', \%args);
}
More information about the Bps-public-commit
mailing list