← Back to team overview

openerp-india team mailing list archive

[Bug 1112682] Re: View RelaxNG should check that required attribute values are not empty

 

** Changed in: openobject-server
   Importance: Undecided => Low

** Changed in: openobject-server
       Status: New => Confirmed

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

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

Title:
  View RelaxNG should check that required attribute values are not empty

Status in OpenERP Server:
  Confirmed

Bug description:
  The RelaxNG that defines view XML should ensure that attribute values
  that are mandatory are not empty. For example:

    <field name="" />

  should cause an error in parsing the view. The attached patch
  implements this for field@name.

  This situation is unlikely to arise for most users, but if it does
  there's no other way of identifying the error. Both the Web client and
  GTK get caught by it, but they don't report anything useful.

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


References