Skip to content

Commit

Permalink
feat: Add event_stream_id to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonee committed Oct 10, 2024
1 parent f46d180 commit a10d4ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/apps/tree/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class ObservationUpdatedInline(admin.StackedInline):

class ObservationAdmin(admin.ModelAdmin):
list_display = ('__str__', 'thread', 'type')
readonly_fields = ('event_stream_id',)

actions = [close_observations]

Expand Down

0 comments on commit a10d4ef

Please sign in to comment.