We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
セキュリティ管理画面や、テンプレート管理画面は、 .env を書き換えることで機能を実現している。 しかし、 docker-compose の環境や、本番環境など、 .env を使用していない場面ではこれらの機能が動作しない。 セキュリティ設定や、テンプレートの変更をしようとして、初めて変更できないことに気がつくので、困惑するユーザーが多い
例) https://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=flat&order=ASC&topic_id=28229&forum=11
以下のような場合は、セキュリティ管理画面、テンプレート管理画面を開いた時点で警告メッセージを表示したり、登録ボタンを disable にしたい
The text was updated successfully, but these errors were encountered:
@nanasess issueありがとうございます。 私もDockerでハマったことがあります。。 通知と回避策があると嬉しいと思いました。
Sorry, something went wrong.
No branches or pull requests
概要(Overview)
セキュリティ管理画面や、テンプレート管理画面は、 .env を書き換えることで機能を実現している。
しかし、 docker-compose の環境や、本番環境など、 .env を使用していない場面ではこれらの機能が動作しない。
セキュリティ設定や、テンプレートの変更をしようとして、初めて変更できないことに気がつくので、困惑するユーザーが多い
例)
https://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=flat&order=ASC&topic_id=28229&forum=11
期待する内容(Expect) or 要望(Requirement)
以下のような場合は、セキュリティ管理画面、テンプレート管理画面を開いた時点で警告メッセージを表示したり、登録ボタンを disable にしたい
The text was updated successfully, but these errors were encountered: