You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tribunal33 opened this issue
Dec 14, 2024
· 1 comment
Labels
Bug:1:LowA bug that does not have a severe consequence or affects a small number of users.Try MeThis issue might be good for a new contributor. Can you help us?
Describe the bug
Notification for "Your submission has been reviewed…" has a dynamic link to a “Submission Dashboard” that reference old controllers. Should be updated or maybe there is a typo? I see a network redirect 302 and then a missing } in console (see screenshot)
from emails.po file -> All references have this line of code <a href="{$authorSubmissionUrl}">submission dashboard
search in the code for this reference {$authorSubmissionUrl} <--- lots of references.
Preconditions:
Use default dataset, user is Lisa Kumiega login but I think it would be for any notification template that has this link. Was found using a review stage submission that is needing revisions. Notification message is "Your submission has been reviewed and we encourage you to submit revisions"
To Reproduce
Steps to reproduce the behavior:
Be logged in as Lisa Kumiega
Select View on the Active submission (ID 13 Kumiega)
Under the notifications section links select "Your submission has been reviewed and we encourage...."
Select the link "submission dashboard"
Actual: Link has relative path /index.php/publicknowledge/en/authorDashboard/submission/13 but It jumps to root and there is a error in console (see screenshot)
Expected: It should go to the relative path and not have an error in console.
What application are you using?
OJS, OMP or OPS version X.X.X
Additional information
Please add any screenshots, logs or other information we can use to investigate this bug report.
The text was updated successfully, but these errors were encountered:
Tribunal33
added
Bug:1:Low
A bug that does not have a severe consequence or affects a small number of users.
Try Me
This issue might be good for a new contributor. Can you help us?
labels
Dec 14, 2024
@Tribunal33, this is happening because the datasets you're using generate URLs relative to the root, and your local hosting setup has OJS installed in a subdirectory somewhere (or similar). I think the syntax error is possibly a red herring from landing on a page outside of OJS that's causing a console error. Make sense?
Bug:1:LowA bug that does not have a severe consequence or affects a small number of users.Try MeThis issue might be good for a new contributor. Can you help us?
Describe the bug
Notification for "Your submission has been reviewed…" has a dynamic link to a “Submission Dashboard” that reference old controllers. Should be updated or maybe there is a typo? I see a network redirect 302 and then a missing } in console (see screenshot)
from emails.po file -> All references have this line of code <a href="{$authorSubmissionUrl}">submission dashboard
Preconditions:
Use default dataset, user is Lisa Kumiega login but I think it would be for any notification template that has this link. Was found using a review stage submission that is needing revisions. Notification message is "Your submission has been reviewed and we encourage you to submit revisions"
To Reproduce
Steps to reproduce the behavior:
Actual: Link has relative path /index.php/publicknowledge/en/authorDashboard/submission/13 but It jumps to root and there is a error in console (see screenshot)
Expected: It should go to the relative path and not have an error in console.
What application are you using?
OJS, OMP or OPS version X.X.X
Additional information
Please add any screenshots, logs or other information we can use to investigate this bug report.
The text was updated successfully, but these errors were encountered: