Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin_dbui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
w2pext
plugin_dbui
Commits
5f701990
Commit
5f701990
authored
11 years ago
by
LE GAC Renaud
Browse files
Options
Downloads
Patches
Plain Diff
Bug fixed, no star in the label for field in GridFilter.
parent
c6fd8f5e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/plugin_dbui/converter.py
+5
-1
5 additions, 1 deletion
modules/plugin_dbui/converter.py
static/plugin_dbui/CHANGELOG
+2
-0
2 additions, 0 deletions
static/plugin_dbui/CHANGELOG
with
7 additions
and
1 deletion
modules/plugin_dbui/converter.py
+
5
−
1
View file @
5f701990
...
...
@@ -527,13 +527,17 @@ def to_gridFilter(table, **kwargs):
# remove field constraints making no sense for a filter
if
'
allowBlank
'
in
cfg
:
cfg
[
"
allowBlank
"
]
=
True
if
'
readOnly
'
in
cfg
:
cfg
[
'
readOnly
'
]
=
False
if
'
value
'
in
cfg
:
del
cfg
[
'
value
'
]
# Remove the star in the label for required field
if
field
.
notnull
and
'
afterLabelTextTpl
'
in
cfg
:
del
cfg
[
'
afterLabelTextTpl
'
]
# replace all textarea by textfield
if
cfg
[
'
xtype
'
]
==
'
xtextarea
'
:
cfg
[
'
xtype
'
]
=
'
xtextfield
'
...
...
This diff is collapsed.
Click to expand it.
static/plugin_dbui/CHANGELOG
+
2
−
0
View file @
5f701990
...
...
@@ -2,6 +2,8 @@
HEAD
- Consolidation version
0.6.1.0 (Mar 2014)
- Consolidation version running with Ext JS 4.2.1
- Deploy the dynamic loading when running in debug mode.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment