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

choice_widget_collapsedのblockが、checkboxに対応していない #8

Open
sw-takaya-murata-zz opened this issue Nov 11, 2019 · 0 comments
Labels
Milestone

Comments

@sw-takaya-murata-zz
Copy link

概要(Overview)

以下のようなcheckboxのフォームに、
choice_widget_collapsedが対応していない為、
新規会員登録では、チェックボックスが利用できません。

$builder->add('isAttending', 'choice', array(
    'choices'  => array(
        'Yes' => 'yes',
        'Maybe' => 'maybe',
        'No' => 'no',
        'Other'=>'other'
    ),
   'multiple' =>true,
   'expanded' =>true,
));

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

choice_widget_expandedのblockに、multipleが有効時の実装をお願いします。
\src\Eccube\Resource\template\default\Form\form_layout.twig

環境 (environment)

  • EC-CUBE: 3.0.16
@nanasess nanasess added the bug label Nov 11, 2019
@nanasess nanasess added this to the 3.1.0 milestone Nov 11, 2019
This issue is being transferred. Timeline may not be complete until it finishes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants