Skip to content
  • Jonathan Hefner's avatar
    76e11139
    Always render Action Text HTML with :html format · 76e11139
    Jonathan Hefner authored
    Since #40222, Action Text HTML is rendered in the context of the current
    request.  This causes the Action Text template format to default to the
    request format, which prevents the template from being resolved when the
    request format is not `:html` (e.g. `:json`).  Therefore, override the
    template format to always be `:html`.
    
    Fixes #40695.
    76e11139
    Always render Action Text HTML with :html format
    Jonathan Hefner authored
    Since #40222, Action Text HTML is rendered in the context of the current
    request.  This causes the Action Text template format to default to the
    request format, which prevents the template from being resolved when the
    request format is not `:html` (e.g. `:json`).  Therefore, override the
    template format to always be `:html`.
    
    Fixes #40695.
Loading