Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
family-companion
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
20
Issues
20
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
BBRIC
family-companion
Commits
043c5bb7
Commit
043c5bb7
authored
Feb 15, 2018
by
Ludo Cottret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'Use % as a wildcard' in the empty search field
parent
98f1b540
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
V_SearchForm.js
web/js/int/src/view/querybuilder/V_SearchForm.js
+2
-1
No files found.
web/js/int/src/view/querybuilder/V_SearchForm.js
View file @
043c5bb7
...
@@ -76,7 +76,8 @@ Ext.define('BP.view.querybuilder.V_SearchForm', {
...
@@ -76,7 +76,8 @@ Ext.define('BP.view.querybuilder.V_SearchForm', {
width
:
200
,
width
:
200
,
name
:
"queryText"
,
name
:
"queryText"
,
fieldLabel
:
""
,
fieldLabel
:
""
,
allowBlank
:
false
allowBlank
:
false
,
emptyText
:
"Use % as a wildcard"
}
]
}
]
},
},
...
...
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