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
管理画面>ユーザアイコン>パスワード変更に、 入力必須(現在のパスワード、新しいパスワード、新しいパスワード(確認))バッジがありません。
修正箇所 以下のところに、<span class="badge bg-primary ms-1">{{ 'admin.common.required'|trans }}</span>を追加
<span class="badge bg-primary ms-1">{{ 'admin.common.required'|trans }}</span>
ec-cube/src/Eccube/Resource/template/admin/change_password.twig
Line 43 in 81b68e7
Line 55 in 81b68e7
Line 67 in 81b68e7
管理画面>ユーザアイコン>パスワード変更を表示する。
EC-CUBE:4.2.2
The text was updated successfully, but these errors were encountered:
@ji-eunsoo Issueありがとうございます。 👍
Sorry, something went wrong.
マージ済みのため、クローズします。
No branches or pull requests
概要(Overview)
管理画面>ユーザアイコン>パスワード変更に、
入力必須(現在のパスワード、新しいパスワード、新しいパスワード(確認))バッジがありません。
修正箇所
以下のところに、
<span class="badge bg-primary ms-1">{{ 'admin.common.required'|trans }}</span>
を追加ec-cube/src/Eccube/Resource/template/admin/change_password.twig
Line 43 in 81b68e7
ec-cube/src/Eccube/Resource/template/admin/change_password.twig
Line 55 in 81b68e7
ec-cube/src/Eccube/Resource/template/admin/change_password.twig
Line 67 in 81b68e7
再現手順(Procedure)
管理画面>ユーザアイコン>パスワード変更を表示する。
環境(Environment)
EC-CUBE:4.2.2
The text was updated successfully, but these errors were encountered: