Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.15
-
Fix Version/s: 4.7.16
-
Component/s: CiviCRM API, Joomla Integration
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
To reproduce, login to your Joomla site as an administrator, navigate to any CiviCRM page, open your console, and execute the following code:
CRM.api3('Setting', 'create', {
"ajaxPopupsEnabled": "0"
}).done(function(result) {
console.log(result.error_message);
});
You should see output similar to the following:
option,task not valid settings
I'm not sure where this might manifest in the app proper, but it does make the API Explorer unusable for updating settings.