diff --git a/assets/javascripts/discourse/templates/components/wizard-table-field.hbs b/assets/javascripts/discourse/templates/components/wizard-table-field.hbs index f660a61c..af30f422 100644 --- a/assets/javascripts/discourse/templates/components/wizard-table-field.hbs +++ b/assets/javascripts/discourse/templates/components/wizard-table-field.hbs @@ -140,7 +140,7 @@ {{/if}} {{#if isUser}} - {{#link-to "user" value}} + {{#link-to "user" value.username}} {{avatar value imageSize="tiny"}} {{/link-to}} {{/if}} diff --git a/plugin.rb b/plugin.rb index df76099e..64a5cabf 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # name: discourse-custom-wizard # about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more. -# version: 2.0.4 +# version: 2.0.5 # authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever # url: https://github.com/paviliondev/discourse-custom-wizard # contact_emails: development@pavilion.tech