alexbevi / redmine_knowledgebase

A knowledgebase plugin for Redmine
452 stars 199 forks source link

FEATURE: Include knowledgebase content when copying a project #327

Open thomaskor opened 8 years ago

thomaskor commented 8 years ago

Hi, If i copy an project from my project-template then the knowledgebase in new project is empty. What am I doing wrong or is not a feature? Thanks and Greetings Thomas

alexbevi commented 8 years ago

@thomaskor I would need to implement the :model_project_copy_before_save hook in order to have knowledgebase content copied.

We'd need to define what should be copied (assuming categories), but others may have other ideas. Might as well get a discussion going ;)