From 0e47fcf59332b96c43f4737143025e07f8202638 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
---
opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml
index adef53f..35f8a24 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml
+++ b/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