mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Only show workflows shared with you in the overview page (#14773)
This commit is contained in:
@@ -136,12 +136,7 @@ const actions = computed(() => {
|
||||
});
|
||||
}
|
||||
|
||||
if (
|
||||
workflowPermissions.value.update &&
|
||||
showFolders.value &&
|
||||
!props.readOnly &&
|
||||
!isSomeoneElsesWorkflow.value
|
||||
) {
|
||||
if (workflowPermissions.value.update && showFolders.value && !props.readOnly) {
|
||||
items.push({
|
||||
label: locale.baseText('folders.actions.moveToFolder'),
|
||||
value: WORKFLOW_LIST_ITEM_ACTIONS.MOVE_TO_FOLDER,
|
||||
|
||||
Reference in New Issue
Block a user