Subject: | Patch not working for RT 4.4.2 |
Date: | Wed, 8 Nov 2017 14:46:15 +0000 |
To: | "bug-RT-Extension-ConditionalCustomFields [...] rt.cpan.org" <bug-RT-Extension-ConditionalCustomFields [...] rt.cpan.org> |
From: | Ole Martin Svanekil <o.m.svanekil [...] usit.uio.no> |
Hi !
The part of the patch that adds a callback to Admin/Groups/Modify.html seems not to work on RT 4.4.2
I can see that the line where the patch applies is changed from RT 4.4.1 to 4.4.2.
This is the part of the patch not working:
--- share/html/Admin/Groups/Modify.html
+++ share/html/Admin/Groups/Modify.html
@@ -76,7 +76,9 @@
</td><td>
<& /Elements/EditCustomField, CustomField => $CF,
Object => $Group, &>
-</td></tr>
+</td>
+% $m->callback( CallbackName => 'AfterCustomFieldValue', CustomField => $CF, Object => $Group);
+</tr>
% }
<tr>
<td colspan="2">
Best Regards Ole Martin Svanekil