Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-9184

In entitymodel.xsd entity-alias for condition-expr must be required

    XMLWordPrintableJSON

Details

    Description

      Currently in the entitymodel.xsd the line

      <xs:attribute name="entity-alias" type="xs:string"/>
      

      is wrong, should be

      <xs:attribute name="entity-alias" type="xs:string"  use="required"/>
      

      Else in line

      this.entityAlias = entityAlias;
      

      in ModelViewEntity.ViewConditionExpr()

      this.entityAlias 
      

      receives null.

      All supported branches are concerned

      Attachments

        Activity

          People

            jleroux Jacques Le Roux
            jleroux Jacques Le Roux
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: