Skip to content

Commit 04f59bc

Browse files
committed
Merge branch 'allow-viewers-export-table' into 'develop'
Allow viewers and higher to export table See merge request baserow/baserow!3773
2 parents eaed88b + 4f101d3 commit 04f59bc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "feature",
3+
"message": "Allow viewers and higher to export table.",
4+
"domain": "database",
5+
"issue_number": null,
6+
"bullet_points": [],
7+
"created_at": "2025-10-02"
8+
}

enterprise/backend/src/baserow_enterprise/role/default_roles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@
366366
DeleteMCPEndpointOperationType,
367367
ChatAssistantChatOperationType,
368368
ReadFieldRuleOperationType,
369+
ExportTableOperationType,
369370
]
370371
)
371372
default_roles[COMMENTER_ROLE_UID].extend(
@@ -385,7 +386,6 @@
385386
CreateRowDatabaseTableOperationType,
386387
UpdateDatabaseRowOperationType,
387388
DeleteDatabaseRowOperationType,
388-
ExportTableOperationType,
389389
MoveRowDatabaseRowOperationType,
390390
ImportRowsDatabaseTableOperationType,
391391
ListWorkspaceUsersWorkspaceOperationType,

0 commit comments

Comments
 (0)