Commit e091195c by Alexander Makarov

Merge pull request #3750 from kartik-v/patch-6

Fix #3749: Ensure clickable links for Bootstrap Dropdown
parents 118fac26 99bbf129
...@@ -5,6 +5,7 @@ Yii Framework 2 bootstrap extension Change Log ...@@ -5,6 +5,7 @@ Yii Framework 2 bootstrap extension Change Log
-------------------------- --------------------------
- Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit) - Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
- Bug #3749: Fixed invalid plugin registration and ensure clickable links in dropdown (kartik-v)
- Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue) - Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)
......
...@@ -57,7 +57,6 @@ class Dropdown extends Widget ...@@ -57,7 +57,6 @@ class Dropdown extends Widget
public function run() public function run()
{ {
echo $this->renderItems($this->items); echo $this->renderItems($this->items);
$this->registerPlugin('dropdown');
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment