Skip to content

Commit

Permalink
add filters and sorting to ItemSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Apr 6, 2018
1 parent 7016e19 commit a12b6f4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion backend/src/gosa/backend/data/templates/user-posix.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,18 @@
"columns": {
"cn": "tr('Name')",
"description": "tr('Description')"
}
},
"selectorOptions": {
"filters": {
"base": {
"use": "_adjusted_parent_dn",
"mode": "children"
},
"type": true,
"search": true
}
},
"sortByColumn": "cn"
}
}
}]
Expand Down

0 comments on commit a12b6f4

Please sign in to comment.