openlibhums / janeway

A web-based platform for publishing journals, preprints, conference proceedings, and books
https://janeway.systems/
GNU Affero General Public License v3.0
168 stars 63 forks source link

Checking of Submission List Gives Errors #615

Closed ccaadeh closed 5 years ago

ccaadeh commented 5 years ago

http://demojournal.janeway.systems/dashboard/active/ As privileged account, when I check the list of submitted articles I see the following errors:

1) Again, a minor problem that the screen overlay is out as the varying amount of text for each article is not necessarily visible as best shown by the top article (I reset the screen size but no improvement)

screenshot 15

2) If I use the filter mechanism to choose article 578 'More Decadence', which works, and then choose 'View Article' the article is not found.

Request Method: GET

http://demojournal.janeway.systems/dashboard/active/None Using the URLconf defined in core.urls, Django tried these URL patterns, in this order:

^$ [name='website_index'] ^admin/ ^summernote/ ^submit/ ^ ^article/(?P\d+)/galley/(?P\d+)/figure/(?P.)/$ [name='article_figure'] ^ ^article/(?P.+?)/(?P.+)/file/(?P\d+)/replace$ [name='article_file_replace'] ^ ^article/(?P.+?)/(?P.+)/file/(?P\d+|None)/$ [name='article_file_download'] ^ ^article/(?P\d+)/galley/(?P\d+)/download/ [name='article_download_galley'] ^ ^article/(?P.+?)/(?P.+?/.+?)/table/(?P.+)$ [name='article_figure'] ^ ^article/(?P.+?)/(?P.+?/.+?)/(?P.+)$ [name='article_figure'] ^ ^articles/$ [name='journal_articles'] ^ ^issues/$ [name='journal_issues'] ^ ^issue/current/$ [name='current_issue'] ^ ^issue/(?P\d+)/info/$ [name='journal_issue'] ^ ^issue/(?P\d+)/download/$ [name='journal_issue_download'] ^ ^collections/$ [name='journal_collections'] ^ ^collections/(?P\d+)/$ [name='journal_collection'] ^ ^cover/$ [name='journal_cover_download'] ^ ^article/(?P.+?)/(?P.+)/edit/$ [name='article_edit'] ^ ^article/(?P.+?)/(?P.+)/print/$ [name='article_print_article'] ^ ^article/(?P.+?)/(?P.+)/$ [name='article_view'] ^ ^(?P\d+)/files/management/$ [name='document_management'] ^ ^(?P\d+)/files/(?P\d+)/info/$ [name='submit_replacement_files_info'] ^ ^(?P\d+)/files/(?P\d+)/history/$ [name='file_history'] ^ ^(?P\d+)/files/(?P\d+)/delete/$ [name='file_delete'] ^ ^(?P\d+)/files/(?P\d+)/old/(?P\d+)/reinstate/$ [name='file_reinstate'] ^ ^(?P\d+)/file/(?P\d+)/makegalley/$ [name='article_file_make_galley'] ^ ^note/(?P\d+)/new/$ [name='article_new_note'] ^ ^publish/$ [name='publish'] ^ ^publish/article/(?P\d+)/$ [name='publish_article'] ^ ^publish/article/(?P\d+)/check/$ [name='publish_article_check'] ^ ^manage/issues/$ [name='manage_issues'] ^ ^manage/issues/order/$ [name='issue_order'] ^ ^manage/issues/(?P\d+)/$ [name='manage_issues_id'] ^ ^manage/issues/(?P\d+)/add/article/$ [name='issue_add_article'] ^ ^manage/issues/(?P\d+)/order/$ [name='issue_article_order'] ^ ^manage/issues/(?P\d+)/guest/$ [name='manage_add_guest_editor'] ^ ^manage/issues/(?P\d+)/(?P[-\w.]+)/$ [name='manage_issues_event'] ^ ^manage/issues/(?P\d+)/sort/sections/$ [name='manage_sort_issue_sections'] ^ ^manage/archive/$ [name='manage_archive'] ^ ^manage/archive/article/(?P\d+)/$ [name='manage_archive_article'] ^ ^manage/article/(?P\d+)/log/$ [name='manage_article_log'] ^ ^manage/article/(?P\d+)/log/(?P\d+)/resend/$ [name='manage_resend_logged_email'] ^ ^manage/articles/schedule/$ [name='publication_schedule'] ^ ^reviewer/$ [name='become_reviewer'] ^ ^contact/$ [name='contact'] ^ ^editorialteam/$ [name='editorial_team'] ^ ^editorialteam/(?P\d+)/$ [name='editorial_team_group'] ^ ^search/$ [name='search'] ^ ^submissions/$ [name='journal_submissions'] ^ ^texture/(?P\d+)/edit/$ [name='texture_edit'] ^ ^download/article/(?P\d+)/supp_file/(?P\d+)/ [name='article_download_supp_file'] ^review/ ^metrics/ ^identifiers/ ^production/ ^proofing/ ^cms/ ^transform/ ^copyediting/ ^rss/ ^feed/ ^cron/ ^install/ ^i18n/ ^api/ ^api-auth/ ^news/ ^reports/ ^preprints/ ^repository/ ^utils/ ^$ [name='website_index'] ^journals/$ [name='press_journals'] ^kanban/$ [name='kanban'] ^login/$ [name='core_login'] ^login/orcid/$ [name='core_login_orcid'] ^register/step/1/$ [name='core_register'] ^register/step/2/(?P[\w-]+)/$ [name='core_confirm_account'] ^register/step/orcid/(?P[\w-]+)/$ [name='core_orcid_registration'] ^reset/step/1/$ [name='core_get_reset_token'] ^reset/step/2/(?P[\w-]+)/$ [name='core_reset_password'] ^profile/$ [name='core_edit_profile'] ^logout/$ [name='core_logout'] ^dashboard/$ [name='core_dashboard'] ^dashboard/active/$ [name='core_active_submissions'] ^dashboard/active/filters/$ [name='core_submission_filter'] ^dashboard/article/(?P\d+)/$ [name='core_dashboard_article'] ^press/cover/$ [name='press_cover_download'] ^article/(?P\d+)/note/(?P\d+)/delete/$ [name='kanban_delete_note'] ^manager/$ [name='core_manager_index'] ^manager/settings/$ [name='core_settings_index'] ^manager/settings/group/(?P[-\w.]+)/setting/(?P[-\w.]+)/$ [name='core_edit_setting'] ^manager/settings/(?P[-\w.]+)/$ [name='core_edit_settings_group'] ^manager/settings/(?P[-\w.]+)/(?P[-\w.]+)/(?P\d+)/$ [name='core_edit_plugin_settings_groups'] ^manager/home/settings/$ [name='home_settings_index'] ^manager/home/settings/order/$ [name='journal_home_order'] ^manager/roles/$ [name='core_manager_roles'] ^manager/roles/(?P[-\w.]+)/$ [name='core_manager_role'] ^manager/roles/(?P[-\w.]+)/user/(?P\d+)/(?P[-\w.]+)/$ [name='core_manager_role_action'] ^manager/user/$ [name='core_manager_users'] ^manager/user/inactive/$ [name='core_manager_inactive_users'] ^manager/user/authenticated/$ [name='core_logged_in_users'] ^manager/user/add/$ [name='core_add_user'] ^manager/user/(?P\d+)/edit/$ [name='core_user_edit'] ^manager/user/(?P\d+)/history/$ [name='core_user_history'] ^manager/templates/$ [name='core_email_templates'] ^manager/templates/(?P[-\w.]+)/$ [name='core_edit_email_template'] ^manager/templates/(?P[-\w.]+)/(?P[-\w.]+)/$ [name='core_edit_email_template_subject'] ^manager/article/images/$ [name='core_article_images'] ^manager/article/images/edit/(?P\d+)/$ [name='core_article_image_edit'] ^manager/contacts/$ [name='core_journal_contacts'] ^manager/contacts/(?P\d+)/$ [name='core_journal_contact'] ^manager/contacts/order/$ [name='core_journal_contacts_order'] ^manager/editorial/$ [name='core_editorial_team'] ^manager/editorial/(?P\d+)/$ [name='core_edit_editorial_team'] ^manager/editorial/(?P\d+)/add/$ [name='core_editorial_member_to_group'] ^manager/editorial/(?P\d+)/add/(?P\d+)/$ [name='core_editorial_member_to_group_user'] ^manager/editorial/order/(?P[-\w.]+)/$ [name='core_editorial_ordering'] ^manager/editorial/order/(?P[-\w.]+)/group/(?P\d+)/$ [name='core_editorial_ordering_group'] ^manager/notifications/$ [name='core_manager_notifications'] ^manager/notifications/(?P\d+)/$ [name='core_manager_edit_notifications'] ^manager/plugins/$ [name='core_plugin_list'] ^manager/sections/$ [name='core_manager_sections'] ^manager/sections/(?P\d+)/$ [name='core_manager_section'] ^manager/articles/pinned/$ [name='core_pinned_articles'] ^manager/press/$ [name='press_edit_press'] ^manager/press/journal_order/$ [name='press_journal_order'] ^manager/press/journal/(?P\d+)/domain/$ [name='press_journal_domain'] ^workflow/$ [name='core_journal_workflow'] ^workflow/order/$ [name='core_order_workflow_elements'] ^manager/cache/flush/$ [name='core_flush_cache'] ^edit/article/(?P\d+)/metadata/$ [name='edit_metadata'] ^edit/article/(?P\d+)/authors/order/$ [name='order_authors'] ^edit/article/(?P\d+)/ident/$ [name='edit_identifiers'] ^edit/article/(?P\d+)/ident/(?P\d+)/$ [name='edit_identifiers_with_ident'] ^edit/article/(?P\d+)/ident/(?P\d+)/(?P[-\w.]+)/$ [name='edit_identifiers_with_event'] profile/(?P[0-9a-f-]+)/$ [name='core_public_profile'] ^sitemap/$ [name='journal_sitemap'] ^download/file/(?P\d+)/$ [name='journal_file'] ^homepage/elements/news/ ^homepage/elements/issue/ ^homepage/elements/featured/ ^homepage/elements/carousel/ ^homepage/elements/html/ ^homepage/elements/preprints/ ^homepage/elements/about/ ^homepage/elements/journals/ ^plugins/back_content/ ^site/(?P.)/$ [name='cms_page'] ^media/(?P.*)$ ^404/$ ^500/$ ^debug/ The current path, dashboard/active/None, didn't match any of these.

'

ccaadeh commented 5 years ago

Perhaps related to #569 when an article 'fails' to be published and 'disappears' from the work stream?

ccaadeh commented 5 years ago

3) https://demojournal.janeway.systems/dashboard/active/ Under 'Section' to the left, the 'Three Article' Problem is also repeated, and each one of the three has different numbers of articles in them, which would probably correspond to which one of the three options was used. See the above screenshot.

ajrbyers commented 5 years ago

Yes. Again. Ignore the sections thing, it’s because multiple journals were merged together.

ccaadeh commented 5 years ago

Related to 1) There is something not right with the way the text is displayed: https://demojournal.janeway.systems/dashboard/active/ screenshot 20

ccaadeh commented 5 years ago

The last screenshot shows not only a cosmetic issue of presentation but also of fuctionality as the 'View Article' link is not active as it should be. If you search for say article 'Yet Another One -A2' , when the search is returned and the screen is redrawn, the link is then active again.

ccaadeh commented 5 years ago

screenshot 21 Similar problem, I can't get to the 'View Article' link for the Review 'Proper Submission' without using the search facility to redraw the screen.