File tree Expand file tree Collapse file tree
js/ui/components/ListPanel Expand file tree Collapse file tree Original file line number Diff line number Diff 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"]
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const ListItem = SubmissionsListItemComponents.ListItem;
8787
8888
8989pkp . Vue . component ( 'thoth-list-item' , {
90- name : 'ThothListItem' ,
90+ name : 'ThothListItem' ,
9191 components : {
9292 Expander,
9393 List,
Original file line number Diff line number Diff line change @@ -124,15 +124,15 @@ const fetch = SubmissionsListPanel.mixins[0];
124124const modal = SubmissionFilesListPanel . mixins [ 0 ] ;
125125const ListPanel = SubmissionsListPanel . components . ListPanel ;
126126const Notification = ListPanel . components . Notification ;
127- const Pagination = SubmissionsListPanel . components . PkpHeader ;
127+ const Pagination = SubmissionsListPanel . components . Pagination ;
128128const PkpHeader = ListPanel . components . PkpHeader ;
129129const PkpFilter = SubmissionsListPanel . components . PkpFilter ;
130130const Search = SubmissionsListPanel . components . Search ;
131131
132132pkp . Vue . component ( 'thoth-list-panel' , {
133- name : 'ThothListPanel' ,
133+ name : 'ThothListPanel' ,
134134 components : {
135- ListPanel,
135+ ListPanel,
136136 Notification,
137137 Pagination,
138138 PkpHeader,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments