From 76305dd7ad56cc805f2606d138545295beb8da17 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Fri, 7 Sep 2007 15:39:50 +0000
Subject: [PATCH] Use follow_up instead of source_project

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16163 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/Document.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/PropertySheet/Document.py b/product/ERP5/PropertySheet/Document.py
index e5b2f3157b..6e027a11c8 100644
--- a/product/ERP5/PropertySheet/Document.py
+++ b/product/ERP5/PropertySheet/Document.py
@@ -51,8 +51,8 @@ class Document:
   )
 
   _categories = ('similar', 'predecessor', 'successor', 'contributor', 'classification',
-                 # Source project is set by default since project is equivalent to workspace
-                 'source_project',
+                 # Follow up is used to create document workspaces for projects or tickets
+                 'follow_up',
                  # Source is defined in DMS documentation
                  'source',
                  # Update frequency in case this document must be crawled regularly
-- 
2.30.9