Skip to content

quickFilters 6.0.1 Backup stored in broken format #197

Description

@RealRaven2000

In the new versions of quickFilters, backed up filters aren't stored in the correct format which will lead to difficulties when trying to restore them.

This is a regression from the switchover from the deprecated OS.File to IOUtils. I should be using writeUTF8 instead of writeJSON on an already formatted, prettified json string. Using writeJSON is less useful because it has no parameter to make the file better readable, so I rather keep using JSON.stringify(entity, null, ' '); followed by IOUtils.writeUTF8()

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions