Author: sevein
Date: Mon Jun 6 11:56:10 2011
New Revision: 9138
Log:
Make RAD validation be shown only when the description published item. Fixes
issue 1968.
Modified:
trunk/plugins/sfRadPlugin/modules/sfRadPlugin/actions/indexAction.class.php
Modified:
trunk/plugins/sfRadPlugin/modules/sfRadPlugin/actions/indexAction.class.php
==============================================================================
--- trunk/plugins/sfRadPlugin/modules/sfRadPlugin/actions/indexAction.class.php
Mon Jun 6 11:41:30 2011 (r9137)
+++ trunk/plugins/sfRadPlugin/modules/sfRadPlugin/actions/indexAction.class.php
Mon Jun 6 11:56:10 2011 (r9138)
@@ -154,7 +154,7 @@
}
}
- if (!$isPublication)
+ if ($isPublication)
{
$validatorSchema->edition = new sfValidatorString(array(
'required' => true), array(
--
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.