Sidecar documents created when splitting documents default to having no collections. I'd like to be able to have those sidecar documents inherit their parent's collections. Collections can be specified with the --splitter-sidecar-collections option, but those can vary per document, so that rules out batch processing. This could also probably be done afterward in a reprocess action, but now it's a two-step process.
I was thinking something like a --splitter-sidecar-inherit-permissions option that caused Flux to add the parent's collections as well.
Sidecar documents created when splitting documents default to having no collections. I'd like to be able to have those sidecar documents inherit their parent's collections. Collections can be specified with the
--splitter-sidecar-collectionsoption, but those can vary per document, so that rules out batch processing. This could also probably be done afterward in areprocessaction, but now it's a two-step process.I was thinking something like a
--splitter-sidecar-inherit-permissionsoption that caused Flux to add the parent's collections as well.