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

基本設定画面のgood_tradedとmessageの文字数制限の修正 #5193

Closed
joolenkoyama opened this issue Oct 7, 2021 · 1 comment
Closed
Labels
bug:Low good-first-issue Good for newcomers/簡単に修正できそうなもの
Milestone

Comments

@joolenkoyama
Copy link

概要(Overview)

Eccube\Form\Type\Admin\ShopMasterType.php

good_traded

message
の文字数制限がEntityの文字数を超えている

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

Eccube\Form\Type\Admin\ShopMasterType.php

good_traded

message

'constraints' の Assert\Length

'eccube_lltext_len'
から
'eccube_ltext_len'
へ変更

再現手順(Procedure)

管理画面-[店舗設定]-[基本設定]画面の
取り扱い商品説明文、店舗からのメッセージ それぞれに
4001文字以上を登録する

環境 (environment)

  • EC-CUBE: 4.1
@chihiro-adachi chihiro-adachi added this to the 4.1.x milestone Oct 20, 2021
@chihiro-adachi chihiro-adachi added the good-first-issue Good for newcomers/簡単に修正できそうなもの label Nov 9, 2021
matsuoshi added a commit that referenced this issue Nov 26, 2021
Fixed 基本設定画面のgood_tradedとmessageの文字数制限の修正 #5193
@chihiro-adachi
Copy link
Contributor

#5205 で修正しました。

@chihiro-adachi chihiro-adachi modified the milestones: 4.1.x, 4.1.1 Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:Low good-first-issue Good for newcomers/簡単に修正できそうなもの
Projects
None yet
Development

No branches or pull requests

2 participants