Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ルーティングのメソッド指定が不適切 #6171

Closed
chihiro-adachi opened this issue Apr 23, 2024 · 1 comment
Closed

ルーティングのメソッド指定が不適切 #6171

chihiro-adachi opened this issue Apr 23, 2024 · 1 comment
Labels
Milestone

Comments

@chihiro-adachi
Copy link
Contributor

概要(Overview)

以下のルーティングのメソッド指定がANYになっている。
適切なメソッドを指定すること。

ルーティング パス METHOD
admin_product_class_category_export /admin/product/class_category/export/{class_name_id} ANY
admin_product_class_name_export /admin/product/class_name/export ANY
admin_product_class_name_csv_import /admin/product/class_name_csv_upload ANY
admin_product_class_category_csv_import /admin/product/class_category_csv_upload ANY
block_auto_new_item /block/auto_new_item ANY

再現手順(Procedure)

bin/console debug:router --format=json --env=prod | jq -r '. | to_entries[] | [ .key, .value.path, .value.method ] | @tsv' | grep ANY

環境(Environment)

EC-CUBE 4.3.0-beta

@ji-eunsoo
Copy link
Contributor

マージしました。
#6174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants