Message: Diagnostic: adapt parameters for prefill message -refs BT#21327

pull/5115/head
NicoDucou 10 months ago
parent 07e699a0e5
commit 4d8276138f
  1. 2
      assets/vue/views/message/MessageCreate.vue

@ -233,7 +233,7 @@ if (route.query.send_to_user) {
const prefill = capitalize(route.query.prefill)
item.value.title = t(prefill + "Title")
item.value.content = t(prefill + "Content", [user.firstname, user.lastname])
item.value.content = t(prefill + "Content", [user.firstname, currentUser.value.firstname, currentUser.value.firstname])
}
})
.catch((e) => notification.showErrorNotification(e))

Loading…
Cancel
Save