Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Ticket - 57902 - REST API index does not respect fields #4483

Closed

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    ebb5b0c View commit details
    Browse the repository at this point in the history
  2. Resolve phpcs warning

    nirav7707 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    09f9df4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78dad0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e01cbd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Refactor code by replacing global get to request object.

    to validate the _links is requested or not in _fields query parameter, request
    object is pass to function response_to_data as function parameter and assign
    null as default value to the third parameter for the compatibility
    nirav7707 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    51d7ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a9e2bb View commit details
    Browse the repository at this point in the history