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: ecosystem member list search sorting issue #532

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

sanjay-k1910
Copy link
Contributor

What?

  • Resolved the issue of searching and sorting
  • Updated query to sort value as per the column name

Why?

  • On the studio side, search and sort should work as expected to improve user accessibility for the records

Signed-off-by: sanjay-k1910 <[email protected]>
@@ -54,19 +50,17 @@ export class EcosystemRolesGuard implements CanActivate {
const ecosystemOrgData = await this.ecosystemService.fetchEcosystemOrg(ecosystemId, orgId);

if (!ecosystemOrgData) {
throw new HttpException('Organization does not match', HttpStatus.FORBIDDEN);
throw new ForbiddenException('Organization does not match');
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add these messages in the common file

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Resolved.

Copy link
Contributor

@nishad-ayanworks nishad-ayanworks left a comment

Choose a reason for hiding this comment

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

LG

Copy link

sonarcloud bot commented Feb 22, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@nishad-ayanworks nishad-ayanworks merged commit 1dc0b60 into develop Feb 22, 2024
2 checks passed
@bhavanakarwade bhavanakarwade deleted the fix/ecosystem-member-list-search-sorting branch March 8, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants