error in project manager dashboard

Bug #415067 reported by Ferdinand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KDE OpenObject Client
Fix Released
Undecided
Unassigned

Bug Description

My users pipeline crashes

Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/Koo/Fields/Action/ActionFieldWidget.py", line 103, in createScreen
    self.screen.setupViews( mode, self.view_id )
  File "/usr/lib64/python2.6/site-packages/Koo/Screen/Screen.py", line 142, in setupViews
    self.switchView()
  File "/usr/lib64/python2.6/site-packages/Koo/Screen/Screen.py", line 364, in switchView
    self.display()
  File "/usr/lib64/python2.6/site-packages/Koo/Screen/Screen.py", line 691, in display
    self.currentView().display(self.currentRecord(), self.group)
  File "/usr/lib64/python2.6/site-packages/Koo/View/Chart/ChartView.py", line 53, in display
    self.widget.display(models)
  File "/usr/lib64/python2.6/site-packages/Koo/View/Chart/ChartGraphicsView.py", line 122, in display
    res[x] = m.value(x)
AttributeError: 'int' object has no attribute 'value'

Revision history for this message
Ferdinand (office-chricar) wrote :
Revision history for this message
Albert Cervera i Areny - http://www.NaN-tic.com (albert-nan) wrote :

I was able to reproduce this but it's "report_task" module fault. The id of the view report_task_user_pipeline_open the module creates, is "uid" which can be repeated in several records. This is not the idea of an ID, which should be unique and Koo's model depends on that. I suggest you report a bug to the module, or try to fix it yourself. Since PostgreSQL 8.4 it's very easy to solve using window functions, but that won't work with prior versions. Another idea would be to use a random number as Id, for example.

Changed in openobject-client-kde:
status: New → Invalid
Revision history for this message
Ferdinand (office-chricar) wrote :

can not close the project managers dashboard - have to quit koo

Exception TypeError: TypeError("'NoneType' object is not callable",) in <bound method DynamicProxy.__del__ of <DynamicProxy for PYROLOC://192.168.160.187:8071/rpc>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method PYROAdapter.__del__ of <Pyro.protocol.PYROAdapter instance at 0x1561440>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TCPConnection.__del__ of <Pyro.protocol.TCPConnection instance at 0x15614d0>> ignored

Changed in openobject-client-kde:
status: Invalid → New
Revision history for this message
Albert Cervera i Areny - http://www.NaN-tic.com (albert-nan) wrote :

Can you please retry? Recent changes in ActionFieldWidget will have probably fixed this.

Changed in openobject-client-kde:
status: New → Fix Released
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.