datitisev non critical, bug.. All works, but I seen an error in admin panel when adding new reaction and switch it on/off.
Uncaught (in promise)
Object { status: 404, options: {…}, xhr: XMLHttpRequest, responseText: '{"errors":[{"status":"404","code":"not_found"}]}', response: {…}, alert: {…} }
alert: Object { type: "error", content: (1) […], controls: false }
options: Object { background: true, method: "POST", url: "https://olala.area51/forum/api/reactions/undefined", … }
response: Object { errors: (1) […] }
responseText: '{"errors":[{"status":"404","code":"not_found"}]}'
status: 404
xhr: XMLHttpRequest { readyState: 4, timeout: 0, withCredentials: false, … }
<prototype>: Object { … }
But in frontend seems all work fine. Reaction added.