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