[Developer] #424 show filters and ORDS handler details

Refs #424
This commit is contained in:
devmrko
2026-06-23 14:30:22 +09:00
parent 09e25a2349
commit ae3dd6667e
11 changed files with 197 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ public record PermissionView(
String objectName,
String action,
String rules,
String visibleColumns
String visibleColumns,
String filterPreview,
String nullPolicyPreview
) {
}