Open veselints opened 4 years ago
Creating a folder name with a dot(.) in the name will create a FileManagerEntry with extension. The issue should be hidden in the content provider/service that are used on our demos: https://demos.telerik.com/kendo-ui/filemanager/index
test2.0
test2.0.0
name: "test2.0" path: "test2.0" extension: ".0"
Note the extension which should not be present for folders.
The content provider/service should not assign extension on Folder entities, even is their name contains a dot(.).
Reported in ticketID: 1469144
Bug report
Creating a folder name with a dot(.) in the name will create a FileManagerEntry with extension. The issue should be hidden in the content provider/service that are used on our demos: https://demos.telerik.com/kendo-ui/filemanager/index
Reproduction of the problem
test2.0
test2.0.0
(name + extension)Note the extension which should not be present for folders.
Expected/desired behavior
The content provider/service should not assign extension on Folder entities, even is their name contains a dot(.).
Environment