Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: add orderby descending id if orderby is not set in request SUP-5…#13709

Merged
noahsol30 merged 2 commits intoVenus-22.9.0from
Venus-22.9.0-SUP-50269
Dec 9, 2025
Merged

fix: add orderby descending id if orderby is not set in request SUP-5…#13709
noahsol30 merged 2 commits intoVenus-22.9.0from
Venus-22.9.0-SUP-50269

Conversation

@noahsol30
Copy link
Contributor

…0269

Pull Request Checklist

Please complete the following before submitting:

General notes -

  • I have tested the changes locally.
  • I have written unit tests where applicable.
  • I have updated documentation where needed.
  • I have added comments to complex code.
  • This PR follows the coding style guidelines.
  • I have updated release notes with new feature

New Kaltura Types

  • I have created new clients
  • I have notified related apps - KMCNG / KMS / EP .... about new clients

New Kaltura Services / Actions

  • I have added a deployment script

Questions

  1. What is the purpose of this PR?

    • Enter your answer here
  2. Does this change affect production code or infrastructure?

    • Yes
    • No
  3. If yes, what is the rollback plan?

    • Enter your answer here

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

@github-copilot suggest


if ($filter->orderBy === null)
{
$filter->orderBy = KalturaAdminUserOrderBy::ID_DESC;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You cant use api type KalturaA.... in core code, plus KalturaAdminUserOrderBy. is not related here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. done.

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

@github-copilot suggest

@noahsol30 noahsol30 merged commit eda0a02 into Venus-22.9.0 Dec 9, 2025
2 checks passed
@noahsol30 noahsol30 deleted the Venus-22.9.0-SUP-50269 branch December 9, 2025 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants