this has indeed changed with version 14.0 and is a result of feature request #53346. [1]
Only non bundled plugins appear in the plugins section now after the previous listing sparked confusion in some situations.
If you want to see all installed plugins you can do this in the rails console. [2]
In the rails console you can run the following command to show all installed plugins:
Replies (3)
havin same empty page, but plugins working ok.
Hello Gerard and Alexander,
this has indeed changed with version 14.0 and is a result of feature request #53346. [1]
Only non bundled plugins appear in the plugins section now after the previous listing sparked confusion in some situations.
If you want to see all installed plugins you can do this in the rails console. [2]
In the rails console you can run the following command to show all installed plugins:
Redmine::Plugin.all
Best,
Alexander
[1] https://www.openproject.org/docs/release-notes/14-0-0/
[2] https://www.openproject.org/docs/installation-and-operations/operation/control/#run-commands-like-rake-tasks-or-rails-console
Hello Alexander,
thanks for explanation, actually reasonable behavior not to show bundled modules.