Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-19877

on Joomla api.Setting.create fails with "option,task not valid settings"

    Details

    • 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.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                pittstains Frank J. Gómez
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: