Ignore:
Timestamp:
22 Nov 2006, 16:54:23 (18 years ago)
Author:
joachim
Message:

removed username from member_search mask, because there is no easy way to
not search for student-members. In my opinion search for firstname, lastname
and email is sufficient.
The local-role SectionReader? is set for Authenticated in exportimport.py,
but now the import takes 3 times as long. I think we have to remove this
setting from exportimport.

Location:
WAeUP_SRP/trunk/profiles/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/actions.xml

    r901 r924  
    44  <action title="Search Members" action_id="member_view" category="user"
    55     condition_expr="member"
    6      url_expr="string:${portal_url}/cpsdirectory_entry_search_form?dirname=members"
     6     url_expr="string:${portal_url}/search_members_form"
    77     visible="False">
    88   <permission>View</permission>
     
    100100  <action title="Portal Members" action_id="members" category="global"
    101101     condition_expr="member"
    102      url_expr="string:${portal_url}/cpsdirectory_entry_search_form?dirname=members"
     102     url_expr="string:${portal_url}/search_members_form"
    103103     visible="True">
    104104   <permission>Modify portal content</permission>
  • WAeUP_SRP/trunk/profiles/default/layouts/members_search.xml

    r916 r924  
    4545 <table>
    4646  <row>
    47    <cell name="id" ncols="2"/>
    48   </row>
    49   <row>
    5047   <cell name="givenName"/>
    5148   <cell name="sn"/>
Note: See TracChangeset for help on using the changeset viewer.