Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions data/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,13 @@
"help_text": "When an Administrator exports data about Users.",
"subject_types": []
},
{
"key": "CLIENTS_EXPORT",
"value": "CLIENTS_EXPORT",
"msg": "Exported Clients",
"help_text": "When an Administrator exports data about Clients.",
"subject_types": []
},
{
"key": "EDITED_SYSTEM_SETTINGS",
"value": "EDITED_SYSTEM_SETTINGS",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
harrier==0.13.2
pydantic==2.8.2
pydantic==2.9.2
aiohttp-devtools==1.1.2
black==24.8.0
flake8==7.1.1
Expand Down
Loading