[rt-users] Extension/Plugin Conflicts
Patrick Okui
pokui at psg.com
Wed Nov 17 02:09:48 EST 2010
On 17 Nov, 2010, at 6:16 AM, Tom Robinson wrote:
> On 17/11/10 12:47, Kevin Falcone wrote:
>> On Wed, Nov 17, 2010 at 11:33:30AM +1100, Tom Robinson wrote:
>>> Hi,
>>>
>>> I've been using RT (3.8.8) for a few months now. Initially I just
>>> wanted
>>> to use the default install but I'm now adding a few plugins.
>>>
>>> The problem I have is some sort of conflict with a particular
>>> plugin:
>>> RTx::Calendar
>>> Set(@Plugins,(qw(RT::Extension::CommandByMail)));
>>> Set(@Plugins,(qw(RT::Extension::JSGantt)));
>>> Set(@Plugins,(qw(RTx::Calendar)));
>> This isn't the right way to add three plugins.
>> You need to specify them all in one statement, otherwise the last one
>> declared wins.
>>
>> -kevin
> Thanks Kevin. I started to get a feeling about that already. What is
> the
> list syntax? Comma, space or other separator?
qw() uses spaces, See "Quote-Like Operators" in the perlop manual page
for more details.
--
patrick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20101117/a2acfbf2/attachment.sig>
More information about the rt-users
mailing list