Closed rgamez closed 9 years ago
FYI this is a duplicate of #75 which could not be reproduced on the mobile side. Please fix on FTOpen side if possible.
I suspect the discrepancy is because when FTOpen searches for all public editors it uses the /editors/ PCAPI call to fetch all editor filenames (with edtr extention). On the flip side, when FTOpen searches for private editors it uses the /surveys/ PCAPI call which returns surveys (without the edtr extension).
In localStorage the public editors are stored with the editor suffix this name is used in the record creation, note that the private editors are stored correctly and create correct records.