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
Updating the line in ApplicationController.rb to prepend_view_path Rails.root.join("app", "views", "branded") fixes the issue. I will submit a PR for this.
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
3.0.1
Expected behaviour:
When you startup rails in daemon mode,
the application should use the branded views:
Actual behaviour:
In rails daemon mode, the branded views are discarded.
Steps to reproduce:
However, if you start the application like this,
then the branded views are used again.
The text was updated successfully, but these errors were encountered: