mirror of
https://github.com/discourse/discourse.git
synced 2025-01-21 18:57:14 +08:00
657c1023fd
* FIX: Default parameter recipients to create new message via params must be a string The default parameter recipients was defined as an empty array in: - route:application#createNewMessageViaParams - mixin:open-composer#openComposerWithMessageParams However, in model:composer, targetRecipient is handled as a string as can be verified due to the existence of the #targetRecipientsArray computed property. Using the default parameter defined as an array was causing issues with the `discourse-bcc` plugin when opening the composer using the route /new-message. * DEV: Added tests for the composer messages for private messages * Fix test naming Co-authored-by: Mark VanLandingham <markvanlan@gmail.com> --------- Co-authored-by: Mark VanLandingham <markvanlan@gmail.com> |
||
---|---|---|
.. | ||
admin | ||
bootstrap-json | ||
confirm-new-email | ||
dialog-holder | ||
discourse | ||
discourse-common | ||
discourse-hbr | ||
discourse-plugins | ||
discourse-widget-hbs | ||
docs | ||
ember-addons | ||
ember-cli-progress-ci | ||
ember-production-deprecations | ||
locales | ||
patches | ||
pretty-text | ||
select-kit | ||
truth-helpers | ||
wizard | ||
.licensee.json | ||
.npmrc | ||
discourse-js-processor.js | ||
handlebars-shim.js | ||
package.json | ||
polyfills.js | ||
service-worker.js.erb | ||
yarn.lock |