Skip to content

Commit 5ed3fdb

Browse files
Merge pull request #49 from lepidus/stable-3_3_0
fix/fixed Thoth panel pagination (OMP 3.3.0)
2 parents 6d4d8a2 + 04dfcf4 commit 5ed3fdb

4 files changed

Lines changed: 14 additions & 12 deletions

File tree

.gitlab-ci.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ include:
1414
- git submodule update --init --depth 1
1515
- composer install
1616

17-
plugin_unit_test_php_7_3:
18-
rules:
19-
- when: never
17+
plugin_unit_tests_omp:
18+
parallel:
19+
matrix:
20+
- PHP_VERSION: ["8.1", "7.4"]
2021

21-
application_unit_test_php_7_3:
22-
rules:
23-
- when: never
22+
application_unit_tests_omp:
23+
parallel:
24+
matrix:
25+
- PHP_VERSION: ["8.1", "7.4"]

js/ui/components/ListPanel/ThothListItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const ListItem = SubmissionsListItemComponents.ListItem;
8787

8888

8989
pkp.Vue.component('thoth-list-item', {
90-
name: 'ThothListItem',
90+
name: 'ThothListItem',
9191
components: {
9292
Expander,
9393
List,

js/ui/components/ListPanel/ThothListPanel.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ const fetch = SubmissionsListPanel.mixins[0];
124124
const modal = SubmissionFilesListPanel.mixins[0];
125125
const ListPanel = SubmissionsListPanel.components.ListPanel;
126126
const Notification = ListPanel.components.Notification;
127-
const Pagination = SubmissionsListPanel.components.PkpHeader;
127+
const Pagination = SubmissionsListPanel.components.Pagination;
128128
const PkpHeader = ListPanel.components.PkpHeader;
129129
const PkpFilter = SubmissionsListPanel.components.PkpFilter;
130130
const Search = SubmissionsListPanel.components.Search;
131131

132132
pkp.Vue.component('thoth-list-panel', {
133-
name: 'ThothListPanel',
133+
name: 'ThothListPanel',
134134
components: {
135-
ListPanel,
135+
ListPanel,
136136
Notification,
137137
Pagination,
138138
PkpHeader,

version.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<version>
44
<application>thoth</application>
55
<type>plugins.generic</type>
6-
<release>0.1.10.5</release>
7-
<date>2025-08-15</date>
6+
<release>0.1.10.6</release>
7+
<date>2025-08-26</date>
88
<lazy-load>1</lazy-load>
99
<class>ThothPlugin</class>
1010
</version>

0 commit comments

Comments
 (0)