Browse Source

Fixing bad merge conflict from Github UI

pull/776/head
dannylamb 6 years ago committed by GitHub
parent
commit
0e61731c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/Form/IslandoraSettingsForm.php

6
src/Form/IslandoraSettingsForm.php

@ -65,10 +65,8 @@ class IslandoraSettingsForm extends ConfigFormBase {
$this->setConfigFactory($config_factory);
$this->entityTypeBundleInfo = $entity_type_bundle_info;
$this->brokerPassword = $this->config(self::CONFIG_NAME)->get(self::BROKER_PASSWORD);
}I've pulled this down and tested it pretty thoroughly. Works as advertised. Form fails if you don't add a password. If you've already entered a password and don't enter one, it uses the old one.
After setting up activemq to use basic auth, I could successfully connect to the broker and publish messages from Drupal.
}
/**
* {@inheritdoc}
*/

Loading…
Cancel
Save