Skip to content

Commit

Permalink
pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744## (#1656)
Browse files Browse the repository at this point in the history
* pkp/pkp-lib#9744 Update import of JobsPage, FailedJobsPage and FailedJobDetailsPage components

* pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744##

* pkp/pkp-lib#9744 Remove registration of pages components as they are imported by parent component - Page.vue

* pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744##

* pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744##
  • Loading branch information
blesildaramirez committed Sep 5, 2024
1 parent 7722865 commit 8f44c52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions js/load.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ import StatsContextPage from '@/components/Container/StatsContextPage.vue';
import StatsUsersPage from '@/components/Container/StatsUsersPage.vue';
import SubmissionWizardPage from '@/components/Container/SubmissionWizardPageOMP.vue';
import WorkflowPage from '@/components/Container/WorkflowPageOMP.vue';
import JobsPage from '@/components/Container/JobsPage.vue';
import FailedJobsPage from '@/components/Container/FailedJobsPage.vue';
import FailedJobDetailsPage from '@/components/Container/FailedJobDetailsPage.vue';
import ManageCatalogPage from '@/components/Container/ManageCatalogPage.vue';

// Expose Vue, the registry and controllers in a global var
Expand All @@ -52,9 +49,6 @@ window.pkp = Object.assign(PkpLoad, window.pkp || {}, {
ImportExportPage,
ManageEmailsPage,
ManageCatalogPage,
JobsPage,
FailedJobsPage,
FailedJobDetailsPage,
SettingsPage,
StartSubmissionPage,
StatsEditorialPage,
Expand Down

0 comments on commit 8f44c52

Please sign in to comment.