This commit is contained in:
Priec
2026-08-15 18:31:51 +02:00
parent 56baa35cf2
commit 10d9784b9b
14 changed files with 404 additions and 111 deletions

View File

@@ -324,7 +324,8 @@ mod tests {
for path in [
"/admin/tables/columns/add",
"/admin/tables/columns/add/builder",
"/admin/tables/presentation",
"/admin/tables/presentation/alias",
"/admin/tables/presentation/order",
"/admin/tables/delete",
"/admin/profiles/copy",
"/admin/tables/from-template",
@@ -452,7 +453,14 @@ mod tests {
),
("/admin/tables/delete", "profile=billing&table=invoice"),
("/admin/profiles/copy", "profile=billing&table=invoice"),
("/admin/tables/presentation", "profile=billing&table=invoice"),
(
"/admin/tables/presentation/alias",
"profile=billing&table=invoice&column_id=1&alias=amount",
),
(
"/admin/tables/presentation/order",
"profile=billing&table=invoice&column_id=1&direction=up",
),
("/admin/tables/columns/add", "profile=billing&table=invoice"),
("/admin/tables/builder", ""),
("/admin/tables", ""),