Working of multiple user on a document in a Zope Database
Hi! Problem: Dokuments are archived in a Zope System. How can you inhibit that multiple user make some changes on the same document? Has anybody an answer? br stefan
Stefan Winandy wrote:
Hi!
Problem:
Dokuments are archived in a Zope System. How can you inhibit that multiple user make some changes on the same document?
Has anybody an answer?
br stefan
Have the user enter a version and then open and change the document. That will lock out other users from changing the document until the version changes are commited. It also helps keep interim saves from breaking dependant objects. -- | Casey Duncan | Kaivo, Inc. | cduncan@kaivo.com `------------------>
Read about Versions in the documentation. --sam Stefan Winandy wrote:
Hi!
Problem:
Dokuments are archived in a Zope System. How can you inhibit that multiple user make some changes on the same document?
Has anybody an answer?
br stefan
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Casey Duncan -
Samuel D. Gendler -
Stefan Winandy