[Rt-commit] rt branch, admin_ui, updated. a3fdaefd0d593dfe473e6ddd3647bdce4725b62d

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Dec 24 02:23:01 EST 2009


The branch, admin_ui has been updated
       via  a3fdaefd0d593dfe473e6ddd3647bdce4725b62d (commit)
      from  adf43eb6987b9f25894de9dc1b13486a57a01857 (commit)

Summary of changes:
 lib/RT/View/Admin/Groups.pm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit a3fdaefd0d593dfe473e6ddd3647bdce4725b62d
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Dec 24 15:22:49 2009 +0800

    forgot to add id input

diff --git a/lib/RT/View/Admin/Groups.pm b/lib/RT/View/Admin/Groups.pm
index 4eafdc3..44fe77b 100644
--- a/lib/RT/View/Admin/Groups.pm
+++ b/lib/RT/View/Admin/Groups.pm
@@ -197,6 +197,11 @@ private template 'rights' => sub {
     $rights->object( $group );
 
     with( name => $moniker ), form {
+        input {
+            type is 'hidden';
+            name is 'id';
+            value is get('id');
+        };
         render_action($rights);
         form_submit( label => _('Save') );
     };

-----------------------------------------------------------------------


More information about the Rt-commit mailing list