Skip to content

Adds code to show scope in the list view, #PG-5113#23

Merged
AltamashShaikh merged 4 commits into
5.x-devfrom
PG-5113-show-scope
Apr 22, 2026
Merged

Adds code to show scope in the list view, #PG-5113#23
AltamashShaikh merged 4 commits into
5.x-devfrom
PG-5113-show-scope

Conversation

@AltamashShaikh
Copy link
Copy Markdown
Contributor

Description

Adds code to show scope in the list view

Issue No

#PG-5113

Steps to Replicate the Issue

  1. View the list view and you would be unable to see the mapped scopes
  2. Checkout the PR and scope, is now available in the list view.

Checklist

  • [✔] Tested locally or on demo2/demo3?
  • [✔] New test case added/updated?
  • [✔] Are all newly added texts included via translation?
  • [✔] Are text sanitized properly? (Eg use of v-text v/s v-html for vue)
  • [✔] Version bumped?
  • [✔] I have understood, reviewed, and tested all AI outputs before use
  • [✔] All AI instructions respect security, IP, and privacy rules
  • [✔] Documentation updated?

@AltamashShaikh AltamashShaikh added the Needs Review For pull requests that need a code review. label Apr 20, 2026
Copy link
Copy Markdown
Contributor

@lachiebol lachiebol left a comment

Choose a reason for hiding this comment

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

Functionally looks good just a few nitpicks/questions

Comment thread lang/en.json Outdated
Comment thread stylesheets/oauth2.less
Comment thread SystemSettings.php
$field->title = Piwik::translate('OAuth2_SystemSettingOAuthEnableRefreshTokenTitle');
});

$scopes = ScopeRepository::getScopeDescriptions();
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This was the cause of fatal error on activation, the required vendor libraries are not loaded by this time.

@AltamashShaikh AltamashShaikh merged commit 5bac602 into 5.x-dev Apr 22, 2026
9 checks passed
@AltamashShaikh AltamashShaikh deleted the PG-5113-show-scope branch April 22, 2026 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs Review For pull requests that need a code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants