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

[SRM-870] Added changes for d10. #410

Merged
merged 116 commits into from
Nov 15, 2023
Merged

Conversation

MdNadimHossain
Copy link
Contributor

@MdNadimHossain MdNadimHossain commented May 30, 2023

Jira

https://digital-vic.atlassian.net/browse/SRM-870

Problem/Motivation

Fix

Updating module and submodules to be compatible with Drupal 10

Related PRs

Find the related PRs From the Parent ticket if necessary.

Screenshots

TODO

Drupal.behaviors.paragraphsEnhancedModalAdd = {
attach: function (context) {
$('.paragraphs-add-dialog-enhanced .paragraphs-add-dialog-row', context).once('add-click-handler').on('click', function (event) {
console.log('I am here');
$(once('add-click-handler', '.paragraphs-add-dialog-enhanced .paragraphs-add-dialog-row', context)).on('click', function (event) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this change relates to this - https://www.drupal.org/node/3158256

Copy link
Contributor

@mayurngondhkar mayurngondhkar left a comment

Choose a reason for hiding this comment

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

Permission changes and hook cleanup looks good to me.

@mayurngondhkar
Copy link
Contributor

It's a big one. Will need another set of eyes 👀

@MdNadimHossain MdNadimHossain merged commit 05cc3a2 into develop Nov 15, 2023
2 checks passed
@MdNadimHossain MdNadimHossain deleted the feature/SRM-870-d10-update branch November 15, 2023 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants