add column and alias are separate
This commit is contained in:
@@ -301,7 +301,8 @@ mod tests {
|
||||
#[tokio::test]
|
||||
async fn the_table_definition_pages_are_mounted_and_need_a_session() {
|
||||
for path in [
|
||||
"/admin/tables/columns",
|
||||
"/admin/tables/columns/add",
|
||||
"/admin/tables/presentation",
|
||||
"/admin/tables/delete",
|
||||
"/admin/profiles/copy",
|
||||
"/admin/profiles/history",
|
||||
@@ -321,8 +322,8 @@ mod tests {
|
||||
assert_eq!(status, axum::http::StatusCode::PERMANENT_REDIRECT);
|
||||
|
||||
for path in [
|
||||
"/admin/tables/columns",
|
||||
"/admin/tables/columns/builder",
|
||||
"/admin/tables/columns/add",
|
||||
"/admin/tables/columns/add/builder",
|
||||
"/admin/tables/presentation",
|
||||
"/admin/tables/delete",
|
||||
"/admin/profiles/copy",
|
||||
@@ -452,7 +453,7 @@ 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/columns", "profile=billing&table=invoice"),
|
||||
("/admin/tables/columns/add", "profile=billing&table=invoice"),
|
||||
("/admin/tables/builder", ""),
|
||||
("/admin/tables", ""),
|
||||
("/admin/logic", ""),
|
||||
|
||||
Reference in New Issue
Block a user