Author: sevein
Date: Wed Jul 25 12:49:45 2012
New Revision: 11978

Log:
Fix small issue with general and conservation notes visibility under RAD, issue 
1931

Modified:
   trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/indexSuccess.php

Modified: 
trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/indexSuccess.php
==============================================================================
--- trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/indexSuccess.php    
Wed Jul 25 00:02:36 2012        (r11977)
+++ trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/indexSuccess.php    
Wed Jul 25 12:49:45 2012        (r11978)
@@ -201,11 +201,11 @@
 
           <?php $type = $item->getType(array('sourceCulture' => true)) ?>
 
-          <?php if ('General note' == $type && 
check_field_visibility('app_element_visibility_rad_general_notes')): ?>
+          <?php if ('General note' == $type && 
!check_field_visibility('app_element_visibility_rad_general_notes')): ?>
             <?php continue; ?>
           <?php endif; ?>
 
-          <?php if ('Conservation' == $type && 
check_field_visibility('app_element_visibility_rad_conservation_notes')): ?>
+          <?php if ('Conservation' == $type && 
!check_field_visibility('app_element_visibility_rad_conservation_notes')): ?>
             <?php continue; ?>
           <?php endif; ?>
 

-- 
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.

Reply via email to