dhruvr → created an issue.
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.
Nothing work for me can some one guide please
Thanks
Hello @all, Thank you for help the issue is resolved for me.
Thank you!! Going to review
Thank you!! Will be waiting for your response :) @Iarowlan
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.
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
Hello Ravi,
I was able to install the opigno profile using this command
composer create-project opigno/opigno-composer:3.1 opigno_latest
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
Thank you Subodh, #3 is working for me.
This patch #18 Its working.