Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
2329af15
Commit
2329af15
authored
Jun 09, 2014
by
Tadas Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed duplicate error message when client validation is enabled
parent
886def85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ActiveField.php
extensions/bootstrap/ActiveField.php
+1
-1
CHANGELOG.md
extensions/bootstrap/CHANGELOG.md
+1
-0
No files found.
extensions/bootstrap/ActiveField.php
View file @
2329af15
...
...
@@ -332,7 +332,7 @@ class ActiveField extends \yii\widgets\ActiveField
],
'errorOptions'
=>
[
'tag'
=>
'p'
,
'class'
=>
'help-block'
,
'class'
=>
'help-block
help-block-error
'
,
],
'inputOptions'
=>
[
'class'
=>
'form-control'
,
...
...
extensions/bootstrap/CHANGELOG.md
View file @
2329af15
...
...
@@ -5,6 +5,7 @@ Yii Framework 2 bootstrap extension Change Log
--------------------------
-
Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
-
Bug #3740: Fixed duplicate error message when client validation is enabled (tadaszelvys)
-
Bug #3749: Fixed invalid plugin registration and ensure clickable links in dropdown (kartik-v)
-
Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment