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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
a83d6829
Commit
a83d6829
authored
10 years ago
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3759 from tadaszelvys/3740-help-block-error
Fixed duplicate error message when client validation is enabled. Fixes #3740. [skip ci]
parents
886def85
2329af15
master
No related merge requests found
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 @
a83d6829
...
...
@@ -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'
,
...
...
This diff is collapsed.
Click to expand it.
extensions/bootstrap/CHANGELOG.md
View file @
a83d6829
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
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