- Merge request !9Issue #2946872: How can I GET/POST flag user by REST API in Drupal 8 or higher → (Open) created by omarlopesino
- 🇪🇸Spain omarlopesino
Merge request re-rolled. Tests are passing now. Ready to review again.
- 🇪🇸Spain omarlopesino
All the warnings reported by static analysis have been fixed, which led to some small refactors. It should preserve the old behaviour. Please review, thanks!
- First commit to issue fork.
- 🇧🇪Belgium RandalV
I had encountered a bug in a react application (embedded in Drupal on the same domain) that for anonymous users, no session id was present.
I found the functionality where this was set and extended it slightly, this should correctly set the session id if it's ever missing.I also fixed the core version requirement I had mentioned before.
The tests are still needed though, leaving status as-is.