Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
#1979 - Request an Offering Change - Ministry View Pending Offerings #2184
#1979 - Request an Offering Change - Ministry View Pending Offerings #2184
Changes from all commits
8a6e7a1
a5d963e
a3c2884
7f32a0c
e15893a
0ac8f8b
66c7e0e
fe75d7e
9fb157e
df44ed8
06e4890
46ee868
6a2a6ba
e929d37
8aa2f1c
ddb7fb1
e22c495
9ffd680
7ba60a4
ddbae44
0e7e0f7
465a06f
abf0d15
dde75b2
8607bcd
431235b
7e7b9b9
102e764
c18a312
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the service, while sorting by status, is this order of sort happen naturally ?
![image](https://private-user-images.githubusercontent.com/54600590/260867586-a90c3ca2-664a-4316-a84e-25de6b3bbedd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTI1NjYsIm5iZiI6MTczOTM1MjI2NiwicGF0aCI6Ii81NDYwMDU5MC8yNjA4Njc1ODYtYTkwYzNjYTItNjY0YS00MzE2LWE4NGUtMjVkZTZiM2JiZWRkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA5MjQyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgxODk4NjBkY2FjZjU3MTI1MjVhNDZlZWRhNDg1M2JmYzUxYmVmZmZlY2M4MTRjZDdhZTk2ODUxYmI2MGU3ZDAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.dM1dC6eRiZrc9F0eFapweYvp49Oknb5jyTfsPcY8zl8)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While sorting by status
DESC
it comes first "with SABC" and then "with Student". I just fixed that to bring by Date submittedASC
when sorting by status. Thanks.