Skip to content

Conversation

@cebe
Copy link
Member

@cebe cebe commented Apr 14, 2017

Q A
Is bugfix? yes
New feature? no
Breaks BC? not sure
Tests pass? unsure what to test
Fixed issues fixes #184

This fixes #184 however I do not see any change in behavior of the button dropdown when I create it like this:

    <?php echo ButtonDropdown::widget([
        'label' => 'Action',
        'dropdown' => [
            'items' => [
                ['label' => 'DropdownA', 'url' => '/'],
                ['label' => 'DropdownB', 'url' => '#'],
            ],
        ],
    ]); ?>

anyone can explain why it worked before and why change is needed? @yukal

@cebe cebe added this to the 2.0.7 milestone Apr 14, 2017
@samdark
Copy link
Member

samdark commented Apr 18, 2017

@yukal

@samdark
Copy link
Member

samdark commented Apr 18, 2017

Found no way to reproduce the issue but according to docs it should be dropdown()...

@samdark samdark merged commit 9e0e3ef into master Oct 9, 2017
@samdark samdark deleted the button-dropdown branch October 9, 2017 18:15
@samdark
Copy link
Member

samdark commented Oct 9, 2017

Merged. Thanks!

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.

Wrong plugin call in frontend using ButtonDropdown widget

3 participants