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
ActionController::UnknownFormat is also raised when a user attempts to download an unauthorised plan within '%{org_title} Plans' (see #3345 for more details).
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
v4.2.0
Expected behaviour:
Assuming plan.id = 99999 doesn't exist in the db, then the url path
/plans/99999
should return the following:One might expect the same behaviour when
/plans/99999/export.pdf?export%5Bquestion_headings%5D=true
is requestedActual behaviour:
ActionController::UnknownFormat
error is encountered insteadThe text was updated successfully, but these errors were encountered: