Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-60005

Return the site policy in tool_mobile_get_config

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.3.1
    • 3.4
    • Other
    • MOODLE_33_STABLE
    • MOODLE_34_STABLE
    • MDL-60005-master
    • Hide
      1. As admin add a sitepolicy global setting on your site pointing to any URL (it may not exists)
      2. As admin, enable "Mobile services": Site administration ► Mobile app ► Mobile settings
      3. Create a Token for one normal user:
        • Click on Site administration ► Plugins ► Web services ► Manage tokens
      4. Next, you can do a CURL REST call simulating a WS client with the user.
        • You need to replace the wstoken, and the URL of your moodle instance

          curl 'http://localhost/m/stable_master/webservice/rest/server.php?moodlewsrestformat=json' --data 'wsfunction=tool_mobile_get_config&wstoken=12a2a65aeea2a177055e233f9e303218&moodlewssettingfilter=true' | python -m "json.tool"

      5. Check that among all the fields in the curl response (settings field), you receive a field with name sitepolicy and value the URL you used.
      Show
      As admin add a sitepolicy global setting on your site pointing to any URL (it may not exists) As admin, enable "Mobile services": Site administration ► Mobile app ► Mobile settings Create a Token for one normal user: Click on Site administration ► Plugins ► Web services ► Manage tokens Next, you can do a CURL REST call simulating a WS client with the user. You need to replace the wstoken, and the URL of your moodle instance curl 'http://localhost/m/stable_master/webservice/rest/server.php?moodlewsrestformat=json' --data 'wsfunction=tool_mobile_get_config&wstoken=12a2a65aeea2a177055e233f9e303218&moodlewssettingfilter=true' | python -m "json.tool" Check that among all the fields in the curl response (settings field), you receive a field with name sitepolicy and value the URL you used.

    Description

      In order to support the use case described by MOBILE-2209, we need to return the site policy via tool_mobile_get_config

      Attachments

        Issue Links

          Activity

            People

              jleyva Juan Leyva
              jleyva Juan Leyva
              Ankit Agarwal Ankit Agarwal
              Eloy Lafuente (stronk7) Eloy Lafuente (stronk7)
              Simey Lameze Simey Lameze
              Adrian Greeve, David Woloszyn, Huong Nguyen, Jake Dallimore, Meirza, Michael Hawkins, Raquel Ortega, Safat Shahin, Stevani Andolo
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                13/Nov/17