管理画面の各ページで「登録」ボタンが何度も押せてしまう
- Dominant language
- PHP
- Stars
- 788
- Forks
- 719
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 39
Description
## 概要(Overview)
管理画面全般で使用されている「登録」ボタンが、押下直後はdisabledになるものの、しばらくするとページのロードが走る前に押せるようになってしまう。
優先度は低め。
## 再現したボタン
### 商品管理
- /admin/product/product/○/edit の登録ボタン
- /admin/product/class_name の新規登録ボタン
- /admin/product/category の新規登録ボタン
### 受注管理
- /admin/order/○/edit の登録ボタン
- /admin/shipping/○/edit の登録ボタン
### 会員管理
- /admin/customer/○/edit の登録ボタン
- /admin/customer/1/delivery/○/new, edit の登録ボタン
### コンテンツ管理
- /admin/content/news/○/new, edit の登録ボタン
- /admin/content/layout/○/edit の登録ボタン
- /admin/content/page/○/edit の登録ボタン
- /admin/content/css の登録ボタン
- /admin/content/js の登録ボタン
- /admin/content/block/○/edit の登録ボタン
- /admin/content/cache のキャッシュ削除ボタン
- /admin/content/maintenance の有効にするボタン
### 設定
- /admin/setting/shop の登録ボタン
- /admin/setting/shop/delivery/○/edit の登録ボタン
- /admin/setting/shop/csv/○ の登録ボタン
- /admin/setting/shop/tax の決定ボタン
- /admin/setting/shop/mail/○ の登録ボタン
- /admin/setting/system/member/○/edit の登録ボタン
- /admin/setting/system/authority の登録ボタン
など
## 期待する内容(Expect) or 要望 (Requirement)
ページがロードされるまでdisabled状態となっていることを期待します。
## 再現手順(Procedure)
### 環境 (environment)
+ EC-CUBE: 4.0.3
+ PHP: 7.x.x
+ DB:
- PostgreSQL x.x.x
- MySQL x.x.x
## 関連情報 (Ref)
Contributor guide
Assessment
This issue has not been assessed yet.