No commit activity in last 3 years
No release in over 3 years
This plugin ensures subproject identifiers are prefixes with their parent project's identifier.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.2
 Project Readme

OpenProject Ensure Project Hierarchy Plugin

This plugin ensures subproject identifiers are prefixed with their parent project's identifier.

Notes

  • Admins are allowed to set any identifier regardless of the parent project.
  • You cannot update the identifier of a project without changing the parent project to a matching value.

Requirements

  • OpenProject Version >= 3.0

Installation

Create a file Gemfile.plugins in your OpenProject installation with the following content:

gem "openproject-plugins", :git => "https://github.com/opf/openproject-plugins.git", :branch => "stable"
gem "openproject-ensure_project_hierarchy", :git => "https://github.com/oliverguenther/openproject-ensure_project_hierarchy.git"

Please see the OpenProject plugin overview for more details.

License

Copyright (c) 2014 Oliver Günther (mail@oliverguenther.de)

This plugin is forked from the ChiliProject Ensure Project Hierarchy Plugin by Felix Schäfer.

Copyright (c) 2011 Felix Schäfer

This plugin is licensed under the MIT license. See COPYING for details.