mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Moved property to the inside of items
This commit is contained in:
@@ -35,6 +35,7 @@ event_urls = [
|
||||
"items/add",
|
||||
"items/abc/",
|
||||
"items/abc/variations",
|
||||
"items/abc/properties",
|
||||
"items/abc/restrictions",
|
||||
"categories/",
|
||||
"categories/add",
|
||||
@@ -46,10 +47,6 @@ event_urls = [
|
||||
"questions/abc/delete",
|
||||
"questions/abc/",
|
||||
"questions/add",
|
||||
"properties/",
|
||||
"properties/abc/delete",
|
||||
"properties/abc/",
|
||||
"properties/add",
|
||||
"quotas/",
|
||||
"quotas/abc/delete",
|
||||
"quotas/abc/",
|
||||
@@ -112,10 +109,6 @@ event_permission_urls = [
|
||||
("can_change_items", "questions/abc/", 404),
|
||||
("can_change_items", "questions/abc/delete", 404),
|
||||
("can_change_items", "questions/add", 200),
|
||||
# ("can_change_items", "properties/", 200),
|
||||
("can_change_items", "properties/abc/", 404),
|
||||
("can_change_items", "properties/abc/delete", 404),
|
||||
("can_change_items", "properties/add", 200),
|
||||
# ("can_change_items", "quotas/", 200),
|
||||
("can_change_items", "quotas/abc/", 404),
|
||||
("can_change_items", "quotas/abc/delete", 404),
|
||||
|
||||
Reference in New Issue
Block a user