stable
Clone or download
Read-only
request #13583: Project creation crashes when the document manager is enabled after the creation of the first projects
Reproduction scenario on fresh CentOS 7 install: 1. Create a new project "project1" from the default project template 2. Install and enable the docman plugin 3. Create a new project using project1 as the template Change-Id: I9bf1c12319fd39ac4ce77ca3cf6531e4376575c3
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/docman/include/DestinationCloneItem.php | +78 | −0 | Go to diff View file |
M | plugins/docman/include/Docman_Actions.class.php | +6 | −5 | Go to diff View file |
M | plugins/docman/include/Docman_Controller.class.php | +23 | −10 | Go to diff View file |
M | plugins/docman/include/Docman_ItemFactory.class.php | +31 | −17 | Go to diff View file |
A | plugins/docman/phpunit/DestinationCloneItemTest.php | +69 | −0 | Go to diff View file |