Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
issueNumber: MDL-86174
2
notes:
3
  core_badges:
4
    - message: >-
5
        A number of new static methods have been added to
6
        `core_badges\backpack_api` to support the new Canvas Credentials
7
        backpack provider. These methods allow you to retrieve lists of
8
        providers and regions, check if Canvas Credentials fields should be
9
        displayed, and get a region URL or API URL based on a given region ID.
10
        The new methods include `get_providers`, `get_regions`,
11
        `display_canvas_credentials_fields`, `get_region_url`,
12
        `get_region_api_url`, `get_regionid_from_url`, and
13
        `is_canvas_credentials_region`.
14
      type: improved