Code

Updated check for activated faiManagement
[gosa.git] / gosa-core / plugins / addons / configViewer / property-list.xml
index db88d6a99305c975c2b622b2911d30901e083d0e..eed237679e3a7d21c2d443cdce0c5f9247923e5b 100644 (file)
@@ -80,7 +80,7 @@
       <label>Name</label>
       <sortAttribute>cn</sortAttribute>
       <sortType>string</sortType>
-      <value>%{filter:propertyName(class,cn,description)}</value>
+      <value>%{filter:propertyName(class,cn,description,mandatory)}</value>
       <export>true</export>
     </column>
 
@@ -88,7 +88,7 @@
       <label>Value</label>
       <sortAttribute>value</sortAttribute>
       <sortType>string</sortType>
-      <value>%{filter:propertyValue(class,cn,value,type,default,description)}</value>
+      <value>%{filter:propertyValue(class,cn,value,type,default,defaults,check,mandatory)}</value>
       <export>true</export>
     </column>