From 7d9f9ebbdd79002266e85efa0f7f19aeb7339e9b Mon Sep 17 00:00:00 2001
From: jdemendi <jdemendi@localhost>
Date: Fri, 31 Oct 2008 11:12:52 +0000
Subject: [PATCH] fix 35353, Workflows are not notified when their root workflow elements are disabled

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml
index adef53f..35f8a24 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml
@@ -107,7 +107,7 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  <adm:property name="base-dn" mandatory="true">
+  <adm:property name="base-dn" mandatory="true" read-only="true">
     <adm:synopsis>
       Specifies the base DN of the data targeted by the
       <adm:user-friendly-name />

--
Gitblit v1.10.0