MageBright «Assign Order to Customer»: How to fix the «Invalid Document» / «Element 'resource': The attribute 'title' is required but missing» failure in Magento 2.2?

Make the following replacements in the vendor/magebright/assignorder/etc/acl.xml file:

  1. Magento_Adminhtml::admin => Magento_Backend::admin
  2. Magento_Adminhtml::stores => Magento_Backend::stores
  3. Magento_Adminhtml::stores_settings => Magento_Backend::stores_settings
  4. Magento_Adminhtml::config => Magento_Config::config

See also: