Mailing List Archive

can't change config after init
Hi,

if you "use RT -init;" you can't change the config later [1].
So I think commit [2] have to be partly reverted.


Chris

[1] https://github.com/bestpractical/rt/blob/stable/lib/RT.pm#L123
[2] https://github.com/bestpractical/rt/commit/0d1cd53#diff-6
Re: can't change config after init [ In reply to ]
On 12/02/2014 09:25 AM, Christian Loos wrote:
> if you "use RT -init;" you can't change the config later [1].
> So I think commit [2] have to be partly reverted.

Thanks -- good catch. 9d354ba in 4.2/command-line-parsing addresses this.
- Alex