🇮🇳India @gskharmujai

Account created on 2 November 2010, over 13 years ago
#

Recent comments

🇮🇳India gskharmujai

Thanks marcoliver. I got sometime to look at the changes and verified with D9 and it looks like the UI part of the issue is resolved. However, the click action still seems to have a problem.

On debugging the click functionality in fpa.js, i was able to get it working by making the change below :

diff --git a/js/fpa.js b/js/fpa.js
index 9809dca..197c3b1 100644
--- a/js/fpa.js
+++ b/js/fpa.js
@@ -410,7 +410,7 @@
           var toggle_class = $(e.currentTarget).attr('fpa-toggle-class');
           this.dom.container.toggleClass(toggle_class).hasClass(toggle_class);
         }, this));
-      });
+      }, this);
     }
     
     this.dom.section_left
🇮🇳India gskharmujai

After trying out the patch that is available in https://www.drupal.org/project/linkit/issues/2966320 Show entity title after autocomplete selection instead of internal route (e.g., /node/123) Needs work , the patch applied successfully for D10 but it failed to address the required functionality which involves CKEditor 5.

In D9 this was implemented using a core patch https://www.drupal.org/project/drupal/issues/2961554 Display node title by default when creating link with drupalink, allow configuration. Needs work but now with CKEditor5 as default in D10, a core patch dosent seem feasible at all.

🇮🇳India gskharmujai

Re-rolling patch to work for both 6.0.x and 6.1.x.

🇮🇳India gskharmujai

In addition to the existing UI issues, the "Hide descriptions | Show system names" links dosent seem to work for D9.5.3.

On clicking these links, they appear to be triggered twice and the second click action reverts the supposed action to add a toggle class which will make the functionality work.

🇮🇳India gskharmujai

Testing out with v4.0.0 for a site with lots of modules. For me, the unresponsiveness seems to happen only in Safari but works fine in Chrome and Edge. Is anyone else facing this browser related issue?

🇮🇳India gskharmujai

I am also using Fast Permissions Administration ( https://www.drupal.org/project/fpa ) and i wanted the search textbox to be hidden in permissions page. I have adapted the patch to work for 4.x.

Production build 0.69.0 2024