From 38bb00edce0764d3e0c4700115622af446c84db5 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 4 Nov 2022 17:26:31 +0000 Subject: [PATCH] DEV: Use action helper in `bulk-tag` modal (#18885) Passing a string action name to `DButton` causes it to use `sendAction`, which is deprecated and will be removed in Ember 4.x. The action helper converts a string to a closure action. This also fixes compatibility with https://github.com/discourse/discourse/pull/17767 --- app/assets/javascripts/discourse/app/templates/bulk-tag.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/templates/bulk-tag.hbs b/app/assets/javascripts/discourse/app/templates/bulk-tag.hbs index d619aa83947..750e476f9a4 100644 --- a/app/assets/javascripts/discourse/app/templates/bulk-tag.hbs +++ b/app/assets/javascripts/discourse/app/templates/bulk-tag.hbs @@ -2,4 +2,4 @@

- +