refactor!: Switch default sort order to creation by ankush [frappe] PR#1590
From: https://github.com/frappe/hrms/pull/1590
Date: 2024-03-27 14:15:18+05:30
- fix: change sort in queries
- refactor!: Switch default sort order to creation
Diagnostics
Conflicts detected for source commit: ee902e3cddd04874edfb70fd5665261360f6f549
- DU hrms/payroll/doctype/bulk_salary_structure_assignment/bulk_salary_structure_assignment.json
pre-commit failed for source commit: 1d77b5e0cde56ed7acb0b9964c3e1f9a67dd2805
flake8...................................................................Failed
- hook id: flake8
- exit code: 1
hrms/hr/doctype/interview/interview.py:85:2: F811 redefinition of unused 'show_job_applicant_update_dialog' from line 62
hrms/hr/doctype/interview/interview.py:104:2: F811 redefinition of unused 'get_job_applicant_status' from line 81
hrms/hr/doctype/interview/interview.py:237:1: F811 redefinition of unused 'get_interviewers' from line 149
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-1590
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-1590
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease