You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
803 B

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
  9. <extension_attributes for="Magento\AsynchronousOperations\Api\Data\OperationInterface">
  10. <attribute code="start_time" type="string">
  11. <resources>
  12. <resource ref="Magento_Logging::system_magento_logging_bulk_operations"/>
  13. </resources>
  14. <join reference_table="magento_bulk" join_on_field="bulk_uuid" reference_field="uuid">
  15. <field column="start_time">start_time</field>
  16. </join>
  17. </attribute>
  18. </extension_attributes>
  19. </config>