Hello everyone. I am using v15.0.3. I use the module builder to create a new module, and then I added 2 objects in the module that i want to be able to generate references and documents for. On the settings page, for the documents, I get double the output for the documents. Here is the only changes I have made to the setup.php file.
See the attached screenshot for the output.
$moduledir = 'test123';
$myTmpObjects = array();
$myTmpObjects['blah1'] = array('includerefgeneration' => 1, 'includedocgeneration' => 1);
$myTmpObjects['blah2'] = array('includerefgeneration' => 1, 'includedocgeneration' => 1);
Output for Blah1
Output for Blah2