Changeset 3549


Ignore:
Timestamp:
1 Jul 2008, 08:12:09 (16 years ago)
Author:
Henrik Bettermann
Message:

fix Department import

Location:
WAeUP_SRP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/aaua/profiles/default/properties.xml

    r3000 r3549  
    44 <property name="enable_password_reset" type="boolean">True</property>
    55 <property name="enable_portal_joining" type="boolean">False</property>
    6  <property name="session" type="string">2007/2008</property>
    7  <property name="static_dir" type="string">static/</property>
    8  <property name="institution_title" type="string">Federal College of Education Okene</property>
     6 <property name="session" type="string">2008/2009</property>
     7 <property name="static_dir" type="string"></property>
     8 <property name="institution_title" type="string">Adekunle Ajasin University</property>
    99</site>
  • WAeUP_SRP/base/WAeUPImport.py

    r3548 r3549  
    572572        msg = ''
    573573        if getattr(self,'_v_faculties',None) is None:
    574             res = self.portal_catalog(portal_type = "Department")
     574            res = self.portal_catalog(portal_type = "Faculty")
    575575            self._v_faculties = {}
    576576            for f in res:
Note: See TracChangeset for help on using the changeset viewer.