Commit 77304a7
committed
fix : In rest service getFoldersAndFiles, name have the same value than title - EXO-79569
Before this fix, the rest service getFoldersAndFiles return an xml object representing a file. If the title have capital letters, and the filename have not, the propery name and title, are the same, both with capital letters
This fix ensure to use the file name in the property name1 parent 21e8208 commit 77304a7
File tree
1 file changed
+1
-1
lines changed- core/viewer/src/main/java/org/exoplatform/ecm/connector/platform
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
598 | | - | |
| 598 | + | |
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
| |||
0 commit comments