we tested your check-in plugin and have one question: this plugin should only show the option "Keep Content" => we have tried several configuration options but were not able to get it: 1. try: disable the complete node "DocumentImporter": <!–DocumentImporter> <Importer> <ClassName>com.wewebu.ow.server.docimport.OwLocalFileDocumentImporter</ClassName> </Importer> <Importer> <ClassName>com.wewebu.ow.server.docimport.OwNoContentDocumentImporter</ClassName> </Importer> </DocumentImporter–>
==> result: the check-in plugin disappeared completely
2. try: disable all single importers: <DocumentImporter> <!–Importer> <ClassName>com.wewebu.ow.server.docimport.OwLocalFileDocumentImporter</ClassName> </Importer> <Importer> <ClassName>com.wewebu.ow.server.docimport.OwNoContentDocumentImporter</ClassName> </Importer–> </DocumentImporter>
==> result: the check-in plugin disappeared completely
3. try: leave one of the importers active: <DocumentImporter> <Importer> <ClassName>com.wewebu.ow.server.docimport.OwLocalFileDocumentImporter</ClassName> </Importer> <!–Importer> <ClassName>com.wewebu.ow.server.docimport.OwNoContentDocumentImporter</ClassName> </Importer–> </DocumentImporter>
==> result: the check-in plugin gets displayed, and it shows two tabs: the "local file" importer and the "keep content" importer
So is there a way to display only the "keep content" importer? We tried several configs but were unable to realize it the way we want it.
you are right. I have tested your settings also with the latest OWD version (OWD 4.0.0.0 Sprint 6) and the same behavior - it is not possible to allow only the "Keep Content" plugin / tab on check-in of a document.
I will communicate this problem to the product development team, and will inform you if this feature will be part of the new release.