Galley url_path not imported in Native XML Import/Export

Application Version
OJS 3.2.1-1

Description of issue
When importing via Native XML, I have set a url_path attribute on the article_galley element. This is supported in the XSD: https://github.com/pkp/pkp-lib/blob/master/plugins/importexport/native/pkp-native.xsd#L224

However when importing the XML, the url_path attribute is ignored

Steps you took leading up to the issue

  1. Go to Import/export
  2. Import an xml file containing galleys with “url_path” attribute set on the article_galley elements
  3. Look at the imported articles
  4. Note that galleys do not have the desired url_path

Also reported here: Galley url_path not imported in Native XML Import/Export · Issue #6501 · pkp/pkp-lib · GitHub
Potential fix provided as a pull request here: set urlPath when importing galleys via NativeXML by eocarragain · Pull Request #2957 · pkp/ojs · GitHub

Apologies for cross-posting, but I figured the forum was aimed at a different audience, so might be useful to also log it here in case others encounter the same issue.