-
Notifications
You must be signed in to change notification settings - Fork 36
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
ACMS-4373: Make Acquia CMS Toolbar and Tour work independent. #1909
Open
rajeshreeputra
wants to merge
5
commits into
develop
Choose a base branch
from
ACMS-4373
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+136
−118
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 20, 2024 09:03 — with
GitHub Actions
Inactive
rajeshreeputra
force-pushed
the
ACMS-4373
branch
from
December 20, 2024 09:09
a9b7619
to
a9f5c77
Compare
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 20, 2024 09:10 — with
GitHub Actions
Inactive
rajeshreeputra
force-pushed
the
ACMS-4373
branch
from
December 20, 2024 09:28
a9f5c77
to
4c1e88a
Compare
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 20, 2024 09:29 — with
GitHub Actions
Inactive
rajeshreeputra
force-pushed
the
ACMS-4373
branch
from
December 20, 2024 09:34
4c1e88a
to
4c627c9
Compare
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 20, 2024 09:34 — with
GitHub Actions
Inactive
rajeshreeputra
force-pushed
the
ACMS-4373
branch
from
December 20, 2024 10:55
4c627c9
to
0c2add3
Compare
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 20, 2024 10:55 — with
GitHub Actions
Inactive
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 20, 2024 13:17 — with
GitHub Actions
Inactive
rajeshreeputra
force-pushed
the
ACMS-4373
branch
from
December 23, 2024 03:55
32406f4
to
79b459d
Compare
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 23, 2024 03:55 — with
GitHub Actions
Inactive
rajeshreeputra
force-pushed
the
ACMS-4373
branch
from
December 23, 2024 04:55
79b459d
to
9ffdafa
Compare
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 23, 2024 04:55 — with
GitHub Actions
Inactive
rajeshreeputra
force-pushed
the
ACMS-4373
branch
from
December 23, 2024 04:57
9ffdafa
to
e095710
Compare
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 23, 2024 04:57 — with
GitHub Actions
Inactive
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 23, 2024 05:08 — with
GitHub Actions
Inactive
apathak18
reviewed
Dec 23, 2024
case 'content_administrator': | ||
$role->grantPermission('access acquia cms tour dashboard'); | ||
user_role_grant_permissions('content_administrator', ['access acquia cms tour dashboard']); |
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.
Why passing hard-coded role name?
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.
We are assigning permissions exclusively to the role with the matching ID content_administrator
.
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 23, 2024 08:55 — with
GitHub Actions
Inactive
…ntity_insert hooks.
rajeshreeputra
force-pushed
the
ACMS-4373
branch
from
December 23, 2024 09:16
014e109
to
fd16a68
Compare
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 23, 2024 09:16 — with
GitHub Actions
Inactive
rajeshreeputra
requested review from
chandan-singh7929,
vishalkhode1,
apathak18 and
deepakmishra2
December 23, 2024 09:21
rajeshreeputra
temporarily deployed
to
acquia_code_deployment
December 24, 2024 06:44 — with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation
Toolbar and Tour should work independently without the Acquia Drupal Starter Kit Common module.
Fixes #ACMS-4373
Proposed changes
Remove Acquia Drupal Starter Kit Common module dependency.
Alternatives considered
NA
Testing steps
Follow from ticket
Merge requirements