[Content] Make sure that directory path is stored as URI.
authorPawel Andruszkiewicz <p.andruszkie@samsung.com>
Thu, 20 Aug 2015 08:42:24 +0000 (10:42 +0200)
committerPawel Andruszkiewicz <p.andruszkie@samsung.com>
Thu, 20 Aug 2015 10:03:41 +0000 (19:03 +0900)
[Verification] TCT pass rate: 100% (230/230/0/0/0)

Change-Id: Iadb56998e4edd0ed76be33aed566adf9c88c372a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
src/content/js/datatypes.js

index a4e526555315cb968e4eab6ee98b784fa4e59dec..0768f9f2b351cb9dfe235e4c6228facd6efacb4e 100755 (executable)
@@ -67,7 +67,7 @@ function ContentDirectory(data) {
       },
       set: function(v) {
         if (edit_.isAllowed) {
-          directoryURI = converter_.toString(v, false);
+          directoryURI = convertPathToUri_(converter_.toString(v, false));
         }
       },
       enumerable: true