module wiki - Open Page in GTK - Error

Bug #321078 reported by Ferdinand
2
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

page is displayed correctly in web client

Traceback (most recent call last):
  File "/data/downloads/bzr/openobject-server/bin/netsvc.py", line 226, in dispatch
    result = LocalService(service_name)(method, *params)
  File "/data/downloads/bzr/openobject-server/bin/netsvc.py", line 74, in __call__
    return getattr(self, method)(*params)
  File "/data/downloads/bzr/openobject-server/bin/service/web_services.py", line 537, in execute
    return self._execute(db, uid, wiz_id, datas, action, context)
  File "/data/downloads/bzr/openobject-server/bin/service/web_services.py", line 517, in _execute
    return wiz.execute(db, uid, self.wiz_datas[wiz_id], action, context)
  File "/data/downloads/bzr/openobject-server/bin/wizard/__init__.py", line 178, in execute
    res = self.execute_cr(cr, uid, data, state, context)
  File "/data/downloads/bzr/openobject-server/bin/wizard/__init__.py", line 83, in execute_cr
    res['action'] = result_def['action'](self, cr, uid, data, context)
  File "/data/downloads/bzr/openobject-server/bin/addons/wiki/wizard/open_page.py", line 37, in _open_wiki_page
    group = pool.get('wiki.groups.link').browse(cr, uid, group_ids[0])
IndexError: list index out of range

Revision history for this message
Ferdinand (office-chricar) wrote :

BTW "Browse Documents" opens the correct URL

Revision history for this message
Stephane Wirtel (OpenERP) (stephane-openerp) wrote :

Removed in trunk, this wizard was useless.

Changed in openobject-addons:
status: New → Fix Released
Revision history for this message
Ferdinand (office-chricar) wrote :

Nevertheless it would be helpful to open the wiki page in a browser from GTK Client

Revision history for this message
Stephane Wirtel (OpenERP) (stephane-openerp) wrote :

There are two choices,
1. Use eTiny to have your wiki page in a browser
2. Export to HTML

Revision history for this message
Ferdinand (office-chricar) wrote :

IMHO the intention of "Open Page" Wizard could have been to open the page in a web browser. (like browsing the document management system)
it is not very comfortable to do this manually.

Blueprint ?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.