🇮🇳India @DhruvR

Account created on 28 May 2021, over 3 years ago
#

Recent comments

🇮🇳India DhruvR

Hello @all, After looking at the source the solution of this error.

The issue got fixed patch given in relevant module config_rewrite page.

https://www.drupal.org/project/config_rewrite/issues/3203786

If anybody face this issue hope this help.

🇮🇳India DhruvR

Hello @all, Thank you for help the issue is resolved for me.

🇮🇳India DhruvR

Thank you!! Will be waiting for your response :) @Iarowlan

🇮🇳India DhruvR

Hello @Iarowlan,

I see your point about accessing the display name directly from the database.
However, since the display name is derived from a combination of other user fields like first name and last name, we could utilize a concat SQL search approach.

Example:

SELECT *
FROM users
WHERE CONCAT(first_name, ' ', last_name) LIKE '%John%';

It would be beneficial to implement a method or hook that allows us to customize the search criteria for displaying results in the user autocomplete field.

🇮🇳India DhruvR

The basic difference is in the Price Difference Formatter creating a separate formatter.

Which can cause lot of configuration update using price difference formatter for example:
Separate Views and multiple product fields configuration

🇮🇳India DhruvR

Hello Ravi,

I was able to install the opigno profile using this command
composer create-project opigno/opigno-composer:3.1 opigno_latest

🇮🇳India DhruvR

I was able to install the composer based version of the site by using this command
composer create-project opigno/opigno-composer:3.1 opigno_latest

🇮🇳India DhruvR

Thank you Subodh, #3 is working for me.

Production build 0.71.5 2024