fixes
This commit is contained in:
@@ -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", ""),
|
||||
|
||||
Reference in New Issue
Block a user