Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
rfmt(page): add list redirector
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 20, 2022
1 parent f4b3e9e commit ac4ea56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/department/read.page.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<template>
<ListRedirector resource-type="semester"/>

<ReceivedErrors v-if="receivedErrors.length" :received-errors="receivedErrors"/>
<ReceivedSuccessMessages
v-if="successMessages.length"
Expand Down Expand Up @@ -77,6 +79,7 @@ import extractAllErrorDetails from "$@/helpers/extract_all_error_details"
import Checkbox from "@/fields/checkbox.vue"
import Suspensible from "@/helpers/suspensible.vue"
import ListRedirector from "@/helpers/list_redirector.vue"
import NonSensitiveTextField from "@/fields/non-sensitive_text_capital.vue"
import ReceivedErrors from "@/helpers/message_handlers/received_errors.vue"
import ConfirmationPassword from "@/authentication/confirmation_password.vue"
Expand Down
3 changes: 3 additions & 0 deletions pages/tag/read.page.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<template>
<ListRedirector resource-type="tag"/>

<ReceivedErrors v-if="receivedErrors.length" :received-errors="receivedErrors"/>
<ReceivedSuccessMessages
v-if="successMessages.length"
Expand Down Expand Up @@ -62,6 +64,7 @@ import makeManagementInfo from "@/tag/make_management_info"
import RequestEnvironment from "$/singletons/request_environment"
import TextualField from "@/fields/non-sensitive_text.vue"
import ListRedirector from "@/helpers/list_redirector.vue"
import extractAllErrorDetails from "$@/helpers/extract_all_error_details"
import ReceivedErrors from "@/helpers/message_handlers/received_errors.vue"
import ConfirmationPassword from "@/authentication/confirmation_password.vue"
Expand Down

0 comments on commit ac4ea56

Please sign in to comment.