-
-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
Hello folks!
I realized that the filename displayed in BrowserCell is not like the original name of the file (the name after first _).
Then, I ended up finding this:
parse-dashboard/src/lib/getFileName.js
Lines 14 to 18 in c4e238f
| let offset = 37; | |
| if (name.indexOf('tfss-') === 0) { | |
| offset += 5; | |
| } | |
| return name.substr(offset); |
According to parse server's source offset should be either 32 or name.indexOf('_') + 1, shouldn't it?
TomWFox
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed