diff --git a/packages/nc-gui/components/dlg/ReAssign.vue b/packages/nc-gui/components/dlg/ReAssign.vue new file mode 100644 index 0000000000..6f06d857b8 --- /dev/null +++ b/packages/nc-gui/components/dlg/ReAssign.vue @@ -0,0 +1,151 @@ + + + + + + Re-assign this view + Once reassigned, you will no longer be able to edit the view configuration. + + + + Current owner + + + + {{ user.display_name }} + + {{ user.email }} + + + + + + + + New owner + + + + + + + + + + + + {{ user.display_name }} + + {{ user.email }} + + + + + + + + + + + + {{ $t('labels.cancel') }} + + {{ $t('activity.assignView') }} + + + + + + diff --git a/packages/nc-gui/components/smartsheet/toolbar/ViewActionMenu.vue b/packages/nc-gui/components/smartsheet/toolbar/ViewActionMenu.vue index 823edbc787..090c197440 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/ViewActionMenu.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/ViewActionMenu.vue @@ -1,6 +1,7 @@