[Rt-commit] rt branch, 4.0/add-existing-principal-in-admin-rights-ui, repushed

? sunnavy sunnavy at bestpractical.com
Sun Jul 14 08:01:17 EDT 2013


The branch 4.0/add-existing-principal-in-admin-rights-ui was deleted and repushed:
       was 98a1caa1e67f61f8b061015b76661a9dbb6d004e
       now 2156e32e1553e154295ad3fd7a498ccf6271af5d

1:  98a1caa ! 1:  2156e32 goto existing principal link directly if the principal is selected in "ADD USER" or "ADD GROUP"
    @@ -52,3 +52,16 @@
          // pass the item's value along as the title since the input's value
          // isn't actually updated yet
          toggle_addprincipal_validity(this, true, ui.item.value);
    +
    +diff --git a/t/web/case-sensitivity.t b/t/web/case-sensitivity.t
    +--- a/t/web/case-sensitivity.t
    ++++ b/t/web/case-sensitivity.t
    +@@
    +     require JSON;
    +     is_deeply(
    +         JSON::from_json( $m->content ),
    +-        [{"value" =>  "root\@localhost","label" => "Enoch Root"}]
    ++        [{"value" =>  "root\@localhost","label" => "Enoch Root", id=>$root_id}]
    +     );
    + }
    + 



More information about the Rt-commit mailing list