Add to the Circuit
Remove to the Circuit Revoke request Users Admins
This commit is contained in:
@@ -218,6 +218,13 @@ export default defineComponent({
|
||||
// {label: 'Seguo', value: tools.FILTER_MYFOLLOW},
|
||||
]
|
||||
|
||||
} else if (props.table === toolsext.TABCIRCUITS) {
|
||||
myoptions.value = [
|
||||
{ label: '🌎 Tutti', value: tools.FILTER_ALL },
|
||||
{ label: '👤 Circuiti che Gestisci', value: tools.FILTER_MYREC },
|
||||
// {label: 'Seguo', value: tools.FILTER_MYFOLLOW},
|
||||
]
|
||||
|
||||
} else {
|
||||
myoptions.value = [
|
||||
{ label: '🌎 Tutti', value: tools.FILTER_ALL },
|
||||
@@ -1022,7 +1029,8 @@ export default defineComponent({
|
||||
let lk_as = 'circuit'
|
||||
let af_objId_tab = 'myId'
|
||||
|
||||
return {}
|
||||
return {
|
||||
}
|
||||
|
||||
} else if (props.table === toolsext.TABMYGOODS) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user