πŸ‡―πŸ‡΄Jordan @Mohammad-Fayoumi

Amman
Account created on 6 August 2018, about 6 years ago
  • Senior Software Engineer at VardotΒ 
#

Recent comments

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

I have a taxonomy with machine name and once I visit it's the manage display I got the reported error.

The website encountered an unexpected error. Try again later.
Error: Call to a member function label() on null in _ds_field_ui_table_layouts() (line 903 of modules/contrib/ds/includes/field_ui.inc).

After some debugging I found this line return empty array.
$row = \Drupal::config($name)->get();

The issue appeared on visiting the default view mode.

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

Thank you @ressa and @rajan kumar for your contributions.
The module has now been officially updated and is supported with the release of version1.0.1.

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

I've encountered this issue with:

  • Drupal Version 10.3.2
  • PHP Version 8.2.23
πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

I've encountered this issue and realized that we need to secure the cookies by ensuring our website is configured to use HTTPS, which involves having an SSL/TLS certificate installed. Additionally, the cookies should have the Secure attribute.

There are multiple ways to add these security flags, either by editing the application code (bigpipe code) or updating the web server configuration files, such as the Apache configuration file (httpd.conf or apache2.conf).

Apache configuration file (httpd.conf or apache2.conf).

<IfModule mod_headers.c>
    Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure
</IfModule>
πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

Thanks for the merge request.
After reviewing and testing it I found that this line of code $url = $this->view->hasUrl() ? $this->view->getUrl() : Url::fromRoute('<current>'); will always return views/ajax I see we have to get the current page path not the ajax request URL.

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

#6 ✨ AZ Glossary widget plugin should support ajax views Needs work works, but it's outdated. This patch will update it with the latest version.

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

#210 πŸ› Facets with AJAX not working in most of situations Needs review resolved my issue. Thank you.

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

This fix is crucial as it impacts the fundamental functionality of this module.

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

Mohammad-Fayoumi β†’ made their first commit to this issue’s fork.

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

I would like to bring to your attention that this issue appears to be critical within the module.
I was wondering if there have been any recent developments or updates regarding this matter?

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

Updated the previous patch #4 to trim the white spaces in CSV mentioned here.

White Space in exported CSV file πŸ› White Space in exported CSV file Needs review

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

@soumyajit40cs Thank you for submitting the patch. I appreciate your efforts.

I'd like to kindly mention that the changes must be also applied to the XLSX headers as well.

Additionally, I've made an update to the patch to include the decoding for the exported CSV files.

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

@quadrexdev Thanks,

The patch works as expected.

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

updating the patches and adopting a solution that assigns a default value to the string parameter before invoking mb_strtolower(). This approach ensures compatibility with PHP 8.1 and prevents passing null as the string parameter, which triggers the deprecation warning.

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

Mohammad-Fayoumi β†’ made their first commit to this issue’s fork.

πŸ‡―πŸ‡΄Jordan Mohammad-Fayoumi Amman

Thanks for the patch.
A new release has been published 1.0.1

Production build 0.71.5 2024