credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #03189
[Bug 914260] Re: [PS][trunk] survey - cannot open a survey
*** This bug is a duplicate of bug 914208 ***
https://bugs.launchpad.net/bugs/914208
** This bug has been marked a duplicate of bug 914208
cannot create a new survey
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/914260
Title:
[PS][trunk] survey - cannot open a survey
Status in OpenERP Addons (modules):
New
Bug description:
On the 6.1 in the web client, when I want to view a survey I get the
following error:
Client Traceback (most recent call last):
File "/home/openerp/OpenERP/trunk/web/addons/web/common/http.py", line 175, in dispatch
response["result"] = method(controller, self, **self.params)
File "/home/openerp/OpenERP/trunk/web/addons/web/controllers/main.py", line 770, in get
return self.do_get(req, model, ids, fields)
File "/home/openerp/OpenERP/trunk/web/addons/web/controllers/main.py", line 792, in do_get
records = Model.read(ids, fields, req.session.eval_context(req.context))
File "/home/openerp/OpenERP/trunk/web/addons/web/common/session.py", line 165, in eval_context
return ccontext.evaluate(ctx)
File "/home/openerp/OpenERP/trunk/web/addons/web/common/nonliterals.py", line 267, in evaluate
final_context.update(context_to_eval.evaluate(ctx))
File "/home/openerp/OpenERP/trunk/web/addons/web/common/nonliterals.py", line 267, in evaluate
final_context.update(context_to_eval.evaluate(ctx))
File "/home/openerp/OpenERP/trunk/web/addons/web/common/nonliterals.py", line 187, in evaluate
raise ValueError('Error during evaluation of this context: "%s", message: "%s"' % (self.get_context_string(), e.message))
ValueError: Error during evaluation of this context: "{'line_order': page_ids}", message: "name 'page_ids' is not defined"
I get the same error if I want to create a new survey or switch to the
form view for an existing one.
Steps to reproduce:
- Install the survey module with demo data
- Select an existing survey and try to switch to form view
--> Bug!
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/914260/+subscriptions
References