tesla863 β made their first commit to this issueβs fork.
Hi @pierrepaul
I have updated your permissions.
Let me know if it works for you.
Thanks
Carlos D.
Hi @pierrepaul
Done!
https://www.drupal.org/project/admin_tooltips/releases/1.0.0-beta3 β
I have updated your permissions too.
Let me know if I can help you with anything else.
Thanks
Hi Paul,
Sorry for the delay, I've been away for some time, I have sent you the invitation to be a maintainer.
And yes, I agree with your suggestion. I have wanted to upgrade it to Drupal 10 but have been quite busy, and your help would be greatly appreciated.
Thanks for your interest in this project.
Maybe. I'm not sure what should define drupalSettings.gin.toolbar_variant
, and it fails when the IMCE window is opened. It even fails when accessing directly via /admin/imce/browser
. However, it could be a good idea to validate that it exists anyway to avoid breaking other scripts if it is not defined, this helped for my specific case: const toolbarVariant = drupalSettings?.gin?.toolbar_variant;
in /js/toolbar.js
Hey
I had this problem and I was able to see a js error:
And the IMCE window broke:
I have generated a patch to use the optional chaining operator for the 'toolbarVariant' definition to avoid the error, and now the IMCE loads fine.
I hope this can help someone else.
tesla863 β created an issue.
Hi
I had the same issue, patch
#3
π
Wrong number of total results in the view
Active
worked for me.
Context:
When the results summary is set in the view, the @total variable show results for the current page, no the total of results for the all pages.
tesla863 β created an issue.
tesla863 β made their first commit to this issueβs fork.
tesla863 β made their first commit to this issueβs fork.