An OpenProject plugin that adds development tools to make local development easier.
⚠️ This plugin is intended for local development only. Do not use it in production.
- User switcher: A dropdown in the top navigation bar listing all active users. Click any user to immediately switch to them.
Add it like this to your OP Gemfile.local file:
group :development do
gem 'openproject-dev_tools', github: 'opf/openproject-dev_tools'
end