PhoenixKit.Modules.Tickets.Web.UserDetails (phoenix_kit v1.7.33)

Copy Markdown View Source

LiveView for displaying ticket details to the ticket owner.

Users can view their own tickets, see public comments (not internal notes), and add new comments with optional attachments.

Security:

  • Users can only view their own tickets (user_id check)
  • Internal notes (is_internal: true) are hidden from users
  • Users cannot change ticket status

Summary

Functions

Callback implementation for Phoenix.LiveView.render/1.

Functions

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.