[Rt-commit] rt branch, 3.999-trunk, updated. deab3227df6675204591c803d78df95a02df43ef

sartak at bestpractical.com sartak at bestpractical.com
Fri Aug 28 05:14:34 EDT 2009


The branch, 3.999-trunk has been updated
       via  deab3227df6675204591c803d78df95a02df43ef (commit)
      from  f83a8c26d092f8031de63096d3b7b9e9cdd53828 (commit)

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

- Log -----------------------------------------------------------------
commit deab3227df6675204591c803d78df95a02df43ef
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri Aug 28 05:13:52 2009 -0400

    Do not render the field labels in CRUD
    
        CRUD is now table-based so it's clutter

diff --git a/lib/RT/View/CRUD.pm b/lib/RT/View/CRUD.pm
index 644ccc3..b2423ac 100644
--- a/lib/RT/View/CRUD.pm
+++ b/lib/RT/View/CRUD.pm
@@ -95,8 +95,6 @@ sub view_via_callback {
     $field->render_wrapper_start();
     $field->render_preamble();
 
-    $field->render_label();
-
     # render the value with a hyperlink
     span {
         attr { class is "@{[ $field->classes ]} value" };

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


More information about the Rt-commit mailing list