Skip Menu |

This queue is for tickets about the RT-Extension-Drafts CPAN distribution.

Report information
The Basics
Id: 105591
Status: rejected
Priority: 0/
Queue: RT-Extension-Drafts

People
Owner: ELACOUR [...] cpan.org
Requestors: christophe.arbez [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Plugin Bug in RT_SiteConfig.pm
Date: Wed, 1 Jul 2015 17:24:25 +0200
To: bug-RT-Extension-Drafts [...] rt.cpan.org
From: ARBEZ Christophe <christophe.arbez [...] gmail.com>
Hi, I notice a bug during the plugin installation. Indeed, when I include "Set(@Plugins, qw(RT::Extension::Drafts) );" to RT_SiteConfig.pm after the others plugins, this one disrupts the others plugins ( for example the calendar doesn't work). But if I place it in first position before the others, it works. I wonder what it may come... Thanks in advance, Christophe ARBEZ *Christophe ARBEZ | Stagiaire développement* Syloé 803 rue de Pinville - 34000 Montpellier Tél: +33983014518 Email: christophe.arbez@syloe.fr www.syloe.fr <http://www.syloe.com/> | Blog.syloe.com <http://blog.syloe.com/> | Twitter <https://twitter.com/Syloe_SARL> | Facebook <https://www.facebook.com/pages/Sylo%C3%A9/188258434526095?ref=hl>
Le Mer 01 Jui 2015 11:24:40, christophe.arbez@gmail.com a écrit : Show quoted text
> Hi, > > I notice a bug during the plugin installation. Indeed, when I include > "Set(@Plugins, qw(RT::Extension::Drafts) );" to RT_SiteConfig.pm after the > others plugins, this one disrupts the others plugins ( for example the > calendar doesn't work). But if I place it in first position before the > others, it works. > I wonder what it may come... >
Late answer ... I cannot reproduce this and RTx::Calendar doesn't share any callback with Drafts. So I suppose it was an RT_SiteConfig.pm syntax error (multiple Set @Plugins instead of all in one array).