tsgrp / HPI

OpenContent Management Suite (OCMS)
http://www.tsgrp.com/products
17 stars 5 forks source link

Picklists that are cascaded on parent folder ID do not work in the bulk upload context #2360

Closed dhruvvora94 closed 3 years ago

dhruvvora94 commented 3 years ago

When you are using bulk upload to add a document - the document is usually being stored in a temporary location while you are filling out the properties.

This behavior makes picklists that are cascaded on parent folder ID not work correctly in the bulk upload screen.

dhruvvora94 commented 3 years ago

HBASE CASCADING PICKLISTS - If there are picklists that are cascaded on the parent folder ID (rel_parent) in HBase - those picklists would not work as expected in the context of bulk upload because they are in a temporary folder before being uploaded. This change ensures that we replace that temporary value with the expected value so that picklists can function as expected.

CR - dgrumieaux, skovacinski

Closed with ocms commit 26283