stable

Clone or download

Read-only

fix: Duplicate Cardwall renderer configuration

At project creation based on another project, the duplication of Cardwall renderer was never implemented. How to test ----------- 1. Given a source project with a Cardwall Renderer on a tracker 2. And this renderer configured on a field (eg. Status, Assigned to, etc) 3. When you reate a new project based on this template 4. Then new project should have its Cardwall Renderer configured on the selected field, the same than in template. Closes request #30412 Project created from DB templates doesn't keep cardwall renderer configuration Change-Id: I350d5673a6f02188724a235e8e93412aea6d0099

Modified Files

Name
A plugins/cardwall/include/CardwallRendererDuplicatorDao.php +89 −0 Go to diff View file
M plugins/cardwall/include/Cardwall_RendererDao.class.php +1 −12 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.php +6 −2 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +1 −0 Go to diff View file