Author: sevein
Date: Thu Jul 21 12:34:18 2011
New Revision: 9343
Log:
Add missing break in event component, it wasn't breaking the form because the
case 'type' was not in conflict with it
Modified:
trunk/apps/qubit/modules/event/actions/editComponent.class.php
Modified: trunk/apps/qubit/modules/event/actions/editComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/event/actions/editComponent.class.php Wed Jul
20 13:42:30 2011 (r9342)
+++ trunk/apps/qubit/modules/event/actions/editComponent.class.php Thu Jul
21 12:34:18 2011 (r9343)
@@ -47,6 +47,8 @@
$this->form->getWidgetSchema()->startDate->setHelp($this->context->i18n->__('Enter
the start year. Do not use any qualifiers or typographical symbols to express
uncertainty.'));
$this->form->getWidgetSchema()->startDate->setLabel($this->context->i18n->__('Start'));
+ break;
+
case 'type':
// Event types, Dublin Core is restricted
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.