Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
ADIM
Commits
19db8234
Commit
19db8234
authored
Jun 18, 2015
by
Julien Furrer
Browse files
Ajouté config settings jqueryBooleanEditor
parent
095aa805
Changes
1
Hide whitespace changes
Inline
Side-by-side
adim_project/adim_app/static/shibauth/js/jquery.booleanEditor.settings.js
0 → 100644
View file @
19db8234
(
function
(
$
)
{
$
.
fn
.
booleanEditor
(
'
set_options
'
,
{
paramList
:
[
{
"
label
"
:
"
affiliation
"
,
"
value
"
:
"
affiliation
"
},
{
"
label
"
:
"
entitlement
"
,
"
value
"
:
"
entitlement
"
},
{
"
label
"
:
"
homeOrganization
"
,
"
value
"
:
"
homeOrganization
"
},
{
"
label
"
:
"
mail
"
,
"
value
"
:
"
mail
"
},
{
"
label
"
:
"
staffCategory
"
,
"
value
"
:
"
staffCategory
"
},
{
"
label
"
:
"
surname
"
,
"
value
"
:
"
surname
"
},
{
"
label
"
:
"
unilMemberOf
"
,
"
value
"
:
"
unilMemberOf
"
},
{
"
label
"
:
"
uniqueID
"
,
"
value
"
:
"
uniqueID
"
}
],
operatorList
:
[
{
label
:
"
is
"
,
value
:
"
eq
"
},
{
label
:
"
is not
"
,
value
:
"
neq
"
},
{
label
:
"
contains
"
,
value
:
"
contains
"
},
{
label
:
"
doesn't contain
"
,
value
:
"
ncontains
"
},
]
});
})(
window
.
jQuery
||
window
.
django
.
jQuery
);
\ No newline at end of file
Write
Preview
Supports
Markdown
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