-
Type: Bug
-
Status: Done
-
Priority: High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Winter 2020 Enhancements
-
Labels:None
-
Company:All Clients/Multiple Clients
-
Sprint:Winter-2020 Sprint 4, Winter-2020 Sprint 5
Case: Some of the PDF is not viewable in UI
Cause: Some of the PDF which has name in the sequence "E -Application_Verso_v1.1_1570480117439.pdf" like 2 dots are appearing in complete file name is causing the issue.
The file extension is parsed by using dot as a delimiter and getting the second element of file name array.
Correction: We are now fetching the last element of the array now each time where we will get the file extension correctly each time, regardless of the dots present in the file name.