Skip to content

[EditInPlace] Can not save when authenticated as anonymous #63

Open
@rvanlaak

Description

@rvanlaak

The "editing in place" save action does not store any translations when authenticated anonymous. The problem is that the javascript actually shows the "big white save check", but refreshing the page then shows the original translations again.

I've inspected the POST to the save action, and it seems like it was trying to save translations for nl instead of en. Next to that, the POST did not contain any data according to the profiler.

After logging in, and having a UsernamePasswordToken, the save action was successful again.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions