diff --git a/dotCMS/hotfix_tracking.md b/dotCMS/hotfix_tracking.md index 4a459ec100e2..332f75f01788 100644 --- a/dotCMS/hotfix_tracking.md +++ b/dotCMS/hotfix_tracking.md @@ -111,4 +111,5 @@ This maintenance release includes the following code fixes: 104. https://github.com/dotCMS/core/issues/28306 : Can't Import Page Assets using the export file #28306 105. https://github.com/dotCMS/core/issues/28352 : Send Email sub-action doesn't set the current user to $dotcontent viewtool #28352 106. https://github.com/dotCMS/core/issues/28689 : Update LTS Telemetry plugin #28689 -107. https://github.com/dotCMS/private-issues/issues/34 \ No newline at end of file +107. https://github.com/dotCMS/private-issues/issues/34 +108. https://github.com/dotCMS/core/issues/28785 : APIs return incorrect information for pages with fields using the variable name "description" #28785 \ No newline at end of file diff --git a/dotCMS/src/curl-test/GraphQLTests.json b/dotCMS/src/curl-test/GraphQLTests.json index 95383868e9b2..7ee02d5c8cb7 100644 --- a/dotCMS/src/curl-test/GraphQLTests.json +++ b/dotCMS/src/curl-test/GraphQLTests.json @@ -703,7 +703,6 @@ " pm.expect(page[\"canLock\"], 'FAILED:[canLock]').equal(true);", " pm.expect(page[\"canRead\"], 'FAILED:[canRead]').equal(true);", " pm.expect(page[\"deleted\"], 'FAILED:[deleted]').equal(false);", - " pm.expect(page[\"description\"]).equal(\"Costa Rica Rain Forest\");", " pm.expect(page[\"extension\"]).equal(\"page\");", " pm.expect(page[\"folder\"]).equal(\"6c8a2ac4-36a7-4b01-b9c0-c2c1d91ddfdb\");", " pm.expect(page[\"friendlyName\"]).equal(\"Costa Rica Rain Forest\");", @@ -833,7 +832,6 @@ " pm.expect(page[\"canLock\"], 'FAILED:[canLock]').equal(true);", " pm.expect(page[\"canRead\"], 'FAILED:[canRead]').equal(true);", " pm.expect(page[\"deleted\"], 'FAILED:[deleted]').equal(false);", - " pm.expect(page[\"description\"]).equal(\"Costa Rica Rain Forest\");", " pm.expect(page[\"extension\"]).equal(\"page\");", " pm.expect(page[\"folder\"].folderId).equal(\"6c8a2ac4-36a7-4b01-b9c0-c2c1d91ddfdb\");", " pm.expect(page[\"folder\"].folderName).equal(\"destinations\");", diff --git a/dotCMS/src/curl-test/PagesResourceTests.json b/dotCMS/src/curl-test/PagesResourceTests.json index ddcb92b8e9e8..4f9a0b4d7c02 100644 --- a/dotCMS/src/curl-test/PagesResourceTests.json +++ b/dotCMS/src/curl-test/PagesResourceTests.json @@ -429,7 +429,6 @@ " pm.expect(page[\"canLock\"], 'FAILED:[canLock]').equal(true);", " pm.expect(page[\"canRead\"], 'FAILED:[canRead]').equal(true);", " pm.expect(page[\"deleted\"], 'FAILED:[deleted]').equal(false);", - " pm.expect(page[\"description\"]).equal(\"Costa Rica Rain Forest\");", " pm.expect(page[\"extension\"]).equal(\"page\");", " pm.expect(page[\"folder\"]).equal(\"6c8a2ac4-36a7-4b01-b9c0-c2c1d91ddfdb\");", " pm.expect(page[\"friendlyName\"]).equal(\"Costa Rica Rain Forest\");", @@ -943,7 +942,6 @@ " pm.expect(page[\"canLock\"], 'FAILED:[canLock]').equal(true);", " pm.expect(page[\"canRead\"], 'FAILED:[canRead]').equal(true);", " pm.expect(page[\"deleted\"], 'FAILED:[deleted]').equal(false);", - " pm.expect(page[\"description\"]).equal(\"Costa Rica Rain Forest\");", " pm.expect(page[\"extension\"]).equal(\"page\");", " pm.expect(page[\"folder\"]).equal(\"6c8a2ac4-36a7-4b01-b9c0-c2c1d91ddfdb\");", " pm.expect(page[\"friendlyName\"]).equal(\"Costa Rica Rain Forest\");", diff --git a/dotCMS/src/main/java/com/dotmarketing/portlets/contentlet/transform/strategy/PageViewStrategy.java b/dotCMS/src/main/java/com/dotmarketing/portlets/contentlet/transform/strategy/PageViewStrategy.java index c1fd83ed97da..9037086d879a 100644 --- a/dotCMS/src/main/java/com/dotmarketing/portlets/contentlet/transform/strategy/PageViewStrategy.java +++ b/dotCMS/src/main/java/com/dotmarketing/portlets/contentlet/transform/strategy/PageViewStrategy.java @@ -78,7 +78,7 @@ protected Map transform(final HTMLPageAsset page, final Map