← Back to team overview

openerp-india team mailing list archive

[Bug 961094] Re: Entering repeating event with no ending brings down server

 

IMHO (at least) one of the clients should get a bug on this issue, the
field is either allowed to have a blank value or not. Currently the GTK
client does NOT allow to enter a blank value where as the web client
does.

I suspect the problem lies in the fact that the fact can only be empty
under certain conditions, i.e. only when the meeting is not repeating
the field can be ignored, otherwise it should have a value.

So, what is the way forward here?

1.  leave clients alone, with their inconsistency, and adjust the add-on to perform additional checking; (status of this bug should change)
2.  make clients consistent and re-evaluate behaviour (field 'affects'  should reflect which client should change)
3. other?

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/961094

Title:
  Entering repeating event with no ending brings down server

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  When entering a repeating event with no ending date and no number of
  repeats entered, server load spiked and the application became
  unusable.

  Looking at the list view of crm meetings, the view contained 416700
  records (!), so it looks like there is a loop that creates instances
  of that meeting during run-time without a limit on it.

  I had to manually delete the record from the database as it's nigh
  impossible to do this properly from a client connection.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/961094/+subscriptions


References