Uploaded image for project: 'PUBLIC - Liferay Portal Community Edition'
  1. PUBLIC - Liferay Portal Community Edition
  2. LPS-140837

Typo in Vulcan in UnrecognizedPropertyExceptionMapper

Details

    • 7.3.x, 7.2.x, 7.1.x
    • Committed

    Description

      Step-by-Step:

      1. Go to Liferay API Explorer (http://localhost:8080/o/api) > REST Applications > Headless Admin Taxonomy
      2. Use postSiteKeyword operation and indicates the siteId
      3. Use a client API platform like Postman
      4. Use this JSON to POST (video reproduction):
      {
          "name": "Test API",
          "property": "Property API"
      }
      

      Actual result:

      {
          "status": "BAD_REQUEST",
          "title": "Property \"property\" is not defined in Keyword"
      }
      

      Expected:

      {
          "status": "BAD_REQUEST",
          "title": "The property \"property\" is not defined in Keyword."
      }
      

       

      Attachments

        Activity

          People

            support-lep@liferay.com SE Support
            brian.chan Brian Chan
            Kiyoshi Lee Kiyoshi Lee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              1 year, 25 weeks, 1 day ago

              Packages

                Version Package
                7.1.10 DXP FP26
                7.1.10.7 SP7
                7.1.X
                7.2.10 DXP FP16
                7.2.X
                7.3.10.3 DXP SP3
                7.3.X
                7.4.13 DXP GA1
                7.4.3.4 CE GA4
                7.4.3.5 CE GA5
                7.4.13 DXP U1
                Master