Talk:Rt-clonequeue/@comment-180.191.116.2-20140509125135

From Request Tracker Wiki
Jump to navigation Jump to search

It appears that this is a bit broken with RT 4.2, there are a number of warnings when creating ACLs like:

[19085] [Fri May  9 12:38:25 2014] [warning]: The function RT::Group::LoadQueueRoleGroup is deprecated, and will be removed in RT 4.4.  You should use RT::Group->LoadRoleGroup or RT::Queue->RoleGroup instead.  Call stack:

      RT::Group::LoadQueueRoleGroup('RT::Group=HASH(0x7a01b00)', 'Queue', 21, 'Type', 'Requestor') called at /root/bin/rt-clonequeue line 129 (/usr/local/rt/lib/RT.pm:953) And then a critical failure when it appears to be creating a custom field:   ** Creating CustomField '10' [19085] [Fri May  9 12:38:25 2014] [critical]: Can't call method "Queue" on an undefined value at /usr/local/rt/lib/RT/Scrip.pm line 393, <> line 6. (/usr/local/rt/lib/RT.pm:393)Can't call method "Queue" on an undefined value at /usr/local/rt/lib/RT/Scrip.pm line 393, <> line 6. Though it appears to have worked...