Pls. add a callback to /Admin/Users/Modify and change RT::Extension::MergeUsers

Hello,

I observed that RT::Extension::MergeUsers overwrites
/Admin/Users/Modify.html which is not good for two reasons:

  • after updating RT this modified version will be overwritten by the
    original RT-version and MergeUsers looses its GUI

  • the version in MergeUser is a modification from an old (buggy html)
    version

So I propose following patch to RT, to add two callbacks to
/Admin/Users/Modify.html:
http://page.mi.fu-berlin.de/pape/rt3/patches/rt/3.6.4/add_callbacks_to_admin_users.patch

and attach a callback, that RT::Extension::MergeUsers should use for new
RT-Versions instead of overwriting Modify.html.

Regards, Dirk.

LeftColumnBottom (681 Bytes)

Hello,

I observed that RT::Extension::MergeUsers overwrites
/Admin/Users/Modify.html which is not good for two reasons:

  • after updating RT this modified version will be overwritten by the
    original RT-version and MergeUsers looses its GUI

  • the version in MergeUser is a modification from an old (buggy html)
    version

So I propose following patch to RT, to add two callbacks to
/Admin/Users/Modify.html:
http://page.mi.fu-berlin.de/pape/rt3/patches/rt/3.6.4/add_callbacks_to_admin_users.patch

Thanks! Applied.