no longer grab the user/workstation from within the python
git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@9609
dcc99617-32d9-48b4-a31d-
7c20da2025e4
self.ac_prefix.value = pylons.config['oils_added_content_prefix']
self.skin.value = 'default' # XXX
self.theme.value = 'default' # XXX
- usermgr = oilsweb.lib.user.User(self)
- usermgr.fetch_user()
+ #usermgr = oilsweb.lib.user.User(self)
+ #usermgr.fetch_user()
#self.work_orgs = usermgr.fetch_work_orgs()
Context.apply_sub_context('core', CoreContext)
c = _context = Context()
c._req = req
c._resp = resp
- childInit()
+ #childInit()
for app, ctx in _subContexts.iteritems():
ctx = ctx()