From 31b2625a65ead9bfae52f7513be57727f5c649fb Mon Sep 17 00:00:00 2001 From: merefield Date: Thu, 14 Sep 2023 14:05:55 +0100 Subject: [PATCH] add this to avoid deprecation --- .../components/wizard-custom-action.hbs | 106 +++++++++--------- .../components/wizard-mapper-input.hbs | 36 +++--- 2 files changed, 71 insertions(+), 71 deletions(-) diff --git a/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs b/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs index e6a4b703..80152674 100644 --- a/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs +++ b/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs @@ -14,7 +14,7 @@
{{wizard-subscription-selector - value=action.type + value=this.action.type feature="action" attribute="type" onChange=(action "changeType") @@ -31,9 +31,9 @@
{{combo-box - value=action.run_after + value=this.action.run_after content=runAfterContent - onChange=(action (mut action.run_after)) + onChange=(action (mut this.action.run_after)) }}
@@ -48,7 +48,7 @@
{{wizard-mapper - inputs=action.title + inputs=this.action.title property="title" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -67,10 +67,10 @@
{{combo-box - value=action.post + value=this.action.post content=wizardFields nameProperty="label" - onChange=(action (mut action.post)) + onChange=(action (mut this.action.post)) options=(hash none="admin.wizard.selector.placeholder.wizard_field" isDisabled=showPostBuilder @@ -84,7 +84,7 @@
- {{#if action.post_builder}} + {{#if this.action.post_builder}}
@@ -92,7 +92,7 @@
{{wizard-text-editor - value=action.post_template + value=this.action.post_template wizardFields=wizardFields }}
@@ -108,7 +108,7 @@
{{wizard-mapper - inputs=action.category + inputs=this.action.category property="category" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -131,7 +131,7 @@
{{wizard-mapper - inputs=action.tags + inputs=this.action.tags property="tags" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -153,7 +153,7 @@
{{wizard-mapper - inputs=action.visible + inputs=this.action.visible property="visible" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -171,7 +171,7 @@
{{wizard-mapper - inputs=action.add_event + inputs=this.action.add_event property="add_event" onUpdate=(action "mappedFieldUpdated") options=(hash wizardFieldSelection=true context="action") @@ -188,7 +188,7 @@
{{wizard-mapper - inputs=action.add_location + inputs=this.action.add_location property="add_location" onUpdate=(action "mappedFieldUpdated") options=(hash wizardFieldSelection=true context="action") @@ -206,7 +206,7 @@
{{wizard-mapper - inputs=action.recipient + inputs=this.action.recipient property="recipient" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -230,7 +230,7 @@
{{wizard-mapper - inputs=action.profile_updates + inputs=this.action.profile_updates property="profile_updates" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -254,11 +254,11 @@
{{combo-box - value=action.api + value=this.action.api content=availableApis - onChange=(action (mut action.api)) + onChange=(action (mut this.action.api)) options=(hash - isDisabled=action.custom_title_enabled + isDisabled=this.action.custom_title_enabled none="admin.wizard.action.send_to_api.select_an_api" ) }} @@ -272,9 +272,9 @@
{{combo-box - value=action.api_endpoint + value=this.action.api_endpoint content=availableEndpoints - onChange=(action (mut action.api_endpoint)) + onChange=(action (mut this.action.api_endpoint)) options=(hash isDisabled=apiEmpty none="admin.wizard.action.send_to_api.select_an_endpoint" @@ -290,7 +290,7 @@
{{wizard-text-editor - value=action.api_body + value=this.action.api_body previewEnabled=false barEnabled=false wizardFields=wizardFields @@ -308,7 +308,7 @@
{{wizard-mapper - inputs=action.group + inputs=this.action.group property="group" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -333,7 +333,7 @@
{{wizard-mapper - inputs=action.url + inputs=this.action.url property="url" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -357,7 +357,7 @@
{{wizard-mapper - inputs=action.categories + inputs=this.action.categories property="categories" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -381,7 +381,7 @@
{{wizard-mapper - inputs=action.mute_remainder + inputs=this.action.mute_remainder property="mute_remainder" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -402,11 +402,11 @@
{{combo-box - value=action.notification_level + value=this.action.notification_level content=availableNotificationLevels - onChange=(action (mut action.notification_level)) + onChange=(action (mut this.action.notification_level)) options=(hash - isDisabled=action.custom_title_enabled + isDisabled=this.action.custom_title_enabled none="admin.wizard.action.watch_x.select_a_notification_level" ) }} @@ -430,7 +430,7 @@
{{wizard-mapper - inputs=action.usernames + inputs=this.action.usernames property="usernames" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -452,7 +452,7 @@
{{wizard-mapper - inputs=action.tags + inputs=this.action.tags property="tags" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -476,11 +476,11 @@
{{combo-box - value=action.notification_level + value=this.action.notification_level content=availableNotificationLevels - onChange=(action (mut action.notification_level)) + onChange=(action (mut this.action.notification_level)) options=(hash - isDisabled=action.custom_title_enabled + isDisabled=this.action.custom_title_enabled none="admin.wizard.action.watch_x.select_a_notification_level" ) }} @@ -504,7 +504,7 @@
{{wizard-mapper - inputs=action.usernames + inputs=this.action.usernames property="usernames" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -526,7 +526,7 @@
{{wizard-mapper - inputs=action.name + inputs=this.action.name property="name" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -545,7 +545,7 @@
{{wizard-mapper - inputs=action.full_name + inputs=this.action.full_name property="full_name" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -564,7 +564,7 @@
{{wizard-mapper - inputs=action.title + inputs=this.action.title property="title" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -583,7 +583,7 @@
{{wizard-mapper - inputs=action.bio_raw + inputs=this.action.bio_raw property="bio_raw" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -602,7 +602,7 @@
{{wizard-mapper - inputs=action.owner_usernames + inputs=this.action.owner_usernames property="owner_usernames" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -622,7 +622,7 @@
{{wizard-mapper - inputs=action.usernames + inputs=this.action.usernames property="usernames" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -644,7 +644,7 @@
{{wizard-mapper - inputs=action.grant_trust_level + inputs=this.action.grant_trust_level property="grant_trust_level" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -665,7 +665,7 @@
{{wizard-mapper - inputs=action.mentionable_level + inputs=this.action.mentionable_level property="mentionable_level" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -686,7 +686,7 @@
{{wizard-mapper - inputs=action.messageable_level + inputs=this.action.messageable_level property="messageable_level" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -707,7 +707,7 @@
{{wizard-mapper - inputs=action.visibility_level + inputs=this.action.visibility_level property="visibility_level" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -728,7 +728,7 @@
{{wizard-mapper - inputs=action.members_visibility_level + inputs=this.action.members_visibility_level property="members_visibility_level" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -750,7 +750,7 @@
{{wizard-mapper - inputs=action.name + inputs=this.action.name property="name" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -770,7 +770,7 @@
{{wizard-mapper - inputs=action.slug + inputs=this.action.slug property="slug" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -790,7 +790,7 @@
{{wizard-mapper - inputs=action.color + inputs=this.action.color property="color" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -810,7 +810,7 @@
{{wizard-mapper - inputs=action.text_color + inputs=this.action.text_color property="text_color" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -832,7 +832,7 @@
{{wizard-mapper - inputs=action.parent_category_id + inputs=this.action.parent_category_id property="parent_category_id" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -853,7 +853,7 @@
{{wizard-mapper - inputs=action.permissions + inputs=this.action.permissions property="permissions" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -878,7 +878,7 @@
{{wizard-mapper - inputs=action.custom_fields + inputs=this.action.custom_fields property="custom_fields" onUpdate=(action "mappedFieldUpdated") options=(hash @@ -903,7 +903,7 @@
{{wizard-mapper - inputs=action.required + inputs=this.action.required property="required" onUpdate=(action "mappedFieldUpdated") options=(hash diff --git a/assets/javascripts/discourse/templates/components/wizard-mapper-input.hbs b/assets/javascripts/discourse/templates/components/wizard-mapper-input.hbs index 4138a254..de1f1d1d 100644 --- a/assets/javascripts/discourse/templates/components/wizard-mapper-input.hbs +++ b/assets/javascripts/discourse/templates/components/wizard-mapper-input.hbs @@ -1,11 +1,11 @@ {{wizard-mapper-connector - connector=input.type - connectors=inputTypes + connector=this.input.type + connectors=this.inputTypes inputTypes=true - inputType=inputType + inputType=this.inputType connectorType="type" - options=options - onUpdate=onUpdate + options=this.options + onUpdate=this.onUpdate }} {{#if hasPairs}} @@ -14,10 +14,10 @@ {{wizard-mapper-pair pair=pair last=pair.last - inputType=inputType - options=options + inputType=this.inputType + options=this.options removePair=(action "removePair") - onUpdate=onUpdate + onUpdate=this.onUpdate }} {{/each}} @@ -32,23 +32,23 @@ {{#if hasOutput}} {{#if hasPairs}} {{wizard-mapper-connector - connector=input.output_connector - connectors=connectors + connector=this.input.output_connector + connectors=this.connectors connectorType="output" - inputType=inputType - options=options - onUpdate=onUpdate + inputType=this.inputType + options=this.options + onUpdate=this.onUpdate }} {{/if}}
{{wizard-mapper-selector selectorType="output" - inputType=input.type - value=input.output - activeType=input.output_type - options=options - onUpdate=onUpdate + inputType=this.input.type + value=this.input.output + activeType=this.input.output_type + options=this.options + onUpdate=this.onUpdate }}
{{/if}}