Commit e6871279 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'different_message_when_no_result' into 'master'

Different message when no result is returned on ldap group query

Fixes #103

/cc @sytse @jacobvosmaer @job

See merge request !156
parents 399055db 1cfe3415
......@@ -24,3 +24,5 @@ $ ->
formatResult: ldapGroupResult
formatSelection: groupFormatSelection
dropdownCssClass: "ajax-groups-dropdown"
formatNoMatches: (nomatch) ->
"Match not found; try refining your search query."
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