filter to staff
This commit is contained in:
parent
7b0d192b57
commit
be759616b9
|
@ -1,2 +1,8 @@
|
|||
//function initializeWithApi() {
|
||||
//};
|
||||
//
|
||||
export default {
|
||||
name: 'extend-for-assign',
|
||||
initialize() {
|
||||
}
|
||||
};
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{{user-selector
|
||||
single=true
|
||||
allowAny=false
|
||||
group="staff"
|
||||
excludeCurrentUser=false
|
||||
includeMentionableGroups=false
|
||||
hasGroups=false
|
||||
|
|
Loading…
Reference in New Issue