Phraseanet icon indicating copy to clipboard operation
Phraseanet copied to clipboard

PHRAS-3510: Admin - recordsActions worker - more features for update Action

Open aynsix opened this issue 2 years ago • 0 comments

Changelog

Adds

  • PHRAS-3510: Admin - recordsActions worker - more features for update Action

field update like api V3 parameters

<to>
      <metadatas meta_struct_id="1" action="set" value="new value" />
      <metadatas meta_struct_id="3" action="set" value="new value" />
 </to>

type and mimetype selection

<from>
    <record_document_phraseanet_types filter="except | like">
         <record_document_phraseanet_type>TYPE1</record_document_phraseanet_type>
         <record_document_phraseanet_type>TYPE2</record_document_phraseanet_type>
     </record_document_phraseanet_types>

    <record_document_mime_types filter="except | like">
         <record_document_mime_type>mimetype1</record_document_mime_type>
         <record_document_mime_type>mimetype2</record_document_mime_type>
    </record_document_mime_types>
</from>

aynsix avatar Aug 19 '21 15:08 aynsix