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

fix: cancel button modal confirm delete api not work #165

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yv-101
Copy link
Contributor

@yv-101 yv-101 commented May 7, 2024

No description provided.

@@ -145,15 +145,15 @@ file that was distributed with this source code.
<h5 class="modal-title font-weight-bold">
{{ 'api.admin.oauth.delete__confirm_title'|trans }}
</h5>
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<button class="close" type="button" data-bs-dismiss="modal" aria-label="Close">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yv-101
ありがとうございます。
「Xボタン」ですが、モーダルのUIが他のモーダルとは違うようでして、統一するように、修正していただくことは可能でしょうか。
<button class="close" type="button" data-bs-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>

<button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button>

@ji-eunsoo
Copy link

@yv-101
確認不足で失礼します。
4.2/4.3対応のWeb APIプラグインのブランチは、EC-CUBE:masterではなく、EC-CUBE:4.2になります。
4.2用のブランチを切ってPRをいただけないでしょうか。

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

Successfully merging this pull request may close these issues.

2 participants