[Content] Fixed the reconfigurable issue 59/308059/1 accepted/tizen/unified/20240319.140954 accepted/tizen/unified/20240319.154757 accepted/tizen/unified/x/20240320.132852
authorPiotr Kosko/Tizen API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Fri, 15 Mar 2024 11:52:00 +0000 (12:52 +0100)
committerPiotr Kosko/Tizen API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Fri, 15 Mar 2024 11:58:12 +0000 (12:58 +0100)
[Verification] Code compiles. Problem with find method does not appear
anymore.

Change-Id: I577ea7fd30fcb8ef7f34d1f66a2be7b5d5a4048c

src/content/js/datatypes.js

index b903415..46aea3e 100755 (executable)
@@ -139,7 +139,8 @@ function Content(data) {
                 return editableAttributes;
             },
             set: function () { },
-            enumerable: true
+            enumerable: true,
+            configurable: true
         },
         id: {
             get: function() {
@@ -361,7 +362,8 @@ function VideoContent(data) {
                 return editableAttributes;
             },
             set: function () { },
-            enumerable: true
+            enumerable: true,
+            configurable: true
         },
         geolocation: {
             get: function() {
@@ -729,7 +731,8 @@ function ImageContent(data) {
                 return editableAttributes;
             },
             set: function () { },
-            enumerable: true
+            enumerable: true,
+            configurable: true
         },
         geolocation: {
             get: function() {