events: allow searching by event id
This commit is contained in:
parent
c7c387eb38
commit
53f002a123
|
@ -50,6 +50,7 @@ class EventViewSet(ReadOnlyModelViewSet):
|
||||||
serializer_class = EventSerializer
|
serializer_class = EventSerializer
|
||||||
ordering = ["-created"]
|
ordering = ["-created"]
|
||||||
search_fields = [
|
search_fields = [
|
||||||
|
"event_uuid",
|
||||||
"user",
|
"user",
|
||||||
"action",
|
"action",
|
||||||
"app",
|
"app",
|
||||||
|
|
Reference in a new issue