• Gabriel Monnerat's avatar
    erp5_ingestion: Use script and type based method to add or not published state · 661a3bfe
    Gabriel Monnerat authored
    The initial idea was that publishing documents is something really exceptional, the "attach document" normal use case is typically use cases like attaching a PDF invoice to an invoice document in accounting, ie. most of the time it's with sensitive information that we don't want users to be mistakenly publish on the internet just because they selected a wrong value in the field.
    
    Now we have a project with use cases where the attached documents needs to be published, we did not change our mind that publishing an attached document is an exceptional case, but we want to make it possible to configure so that in certain contexts, publishing documents is possible.
    
    So we reuse the existing configuration by type based method idea and when the getPreferredAttachedDocumentPublicationState returns "published" we make it possible to publish by default.
    661a3bfe
Base_getAttachedDocumentPublicationStateItemList.xml 2.24 KB