Latest updates for Aggregation vocabulary use wrong-typed DefaultValue for Core.OptionalParameter

    • Type: Bug
    • Resolution: Fixed
    • Priority: Critical
    • V4.01_ERRATA01
    • Affects Version/s: V4.01_OS
    • Component/s: Vocabularies
    • None

      See for example:

      <Parameter Name="MaxDistance" Type="Edm.Int16" Nullable="false">
        <Annotation Term="Core.OptionalParameter">
          <Record>
            <PropertyValue Property="DefaultValue" Int="32767" />*
          </Record>
        </Annotation>
        <Annotation Term="Validation.Minimum" Int="1" />
      </Parameter>
      

      The DefaultValue property in Core.OptionalParameterType is defined as a TypeDefinition with UnderlyingType Edm.String. So using Int="..." is not valid.

            Assignee:
            handl
            Reporter:
            evan.ireland.2
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: