Skip to content

Bad displayed filename #1121

Closed
Closed
@yagotome

Description

@yagotome

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:

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions