cancel
Showing results for 
Search instead for 
Did you mean: 

Check-in plugin and 'keep content' option

chris_8226
Champ in-the-making
Champ in-the-making
Hi,

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.


Thanks in advance
Chris
1 REPLY 1

vahe
Champ in-the-making
Champ in-the-making
Hi,

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.

best regards,