FIX: Use filters parameter instead of filter for staff action log (#11217)
Fixing this also means that ember takes care of JSON encoding the query parameter
Follow-up to a4441b3984
This commit is contained in:
@@ -11,10 +11,10 @@ const SiteSetting = EmberObject.extend(Setting, {
|
||||
return;
|
||||
}
|
||||
|
||||
return JSON.stringify({
|
||||
return {
|
||||
subject: setting,
|
||||
action_name: "change_site_setting",
|
||||
});
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user