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

管理画面 戻るボタンの遷移先の制御について #3538

Closed
okazy opened this issue Aug 11, 2018 · 1 comment
Closed

管理画面 戻るボタンの遷移先の制御について #3538

okazy opened this issue Aug 11, 2018 · 1 comment
Milestone

Comments

@okazy
Copy link
Contributor

okazy commented Aug 11, 2018

概要(Overview)

例えば以下のように戻るボタンの遷移先を制御したい画面がある。

  • 商品規格 -> [商品一覧、商品詳細]
  • CSV出力設定 -> [会員一覧、商品一覧、...]

こちらのプルリクにてルーティング名をパラメータで渡す方法で上記の問題を解決しているが、以下のような懸念がある。

  • パラメータに違うルーティングを渡してやると他のページに遷移できる。
  • 指定したパラメータのルーティングがないとエラーとなる。

上記の課題を解決できる実装方法はないでしょうか?

期待する内容(Expect) or 要望 (Requirement)

適切な実装方法の検討

環境 (environment)

  • EC-CUBE: 4.0
  • PHP: x.x.x
  • DB:
    • PostgreSQL x.x.x
    • MySQL x.x.x

関連情報 (Ref)

#3318

@okazy okazy added the question Further information is requested label Aug 11, 2018
@okazy okazy added this to the 4.0 milestone Aug 11, 2018
@okazy
Copy link
Contributor Author

okazy commented Sep 13, 2018

ルーティングを持ち回るのではなく、遷移先のフラグのみ持ち回るように修正しました。
#3837

@okazy okazy closed this as completed Sep 13, 2018
@okazy okazy removed the question Further information is requested label Sep 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant