** Summary changed: - [trunk] survey - cannot open a survey + [PS][trunk] survey - cannot open a 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 -- Mailing list: https://launchpad.net/~credativ Post to : [email protected] Unsubscribe : https://launchpad.net/~credativ More help : https://help.launchpad.net/ListHelp

