Changes were merged to 1.0.x branch. Thanks a lot!
Suggested changes were merged to 1.0.x branch
Hi all and big thanks for pointing an issue and creating possible resolution!
But latest changes I saw in issue fork was breaking compatibility of module with versions older than 10.2,
so I implemented injection method being used in Webforms module (see this) to avoid constructor override.
Changes will be merged soon and a new release created.
Looks like my initial problem with Mobile Preview was caused by some component of my project: right now, when I move toolbar back for Products - all works fine.
I'm closing this issue, as all works good as it is
Just added use of internal path instead of direct use of preview url. This solved issue for me.
oheller β
,
ponies β
- big thanks for clues that helped to solve my problem!
Added MR with changes to make Scheduler work for Variation entities, needs review
Thank you for review vishal.kadam β !
Module's Package was changed to Development, improvements branch was removed and __construct() docblocks were updated.
Moving issue back to Needs review.
Added MR with proposed change
Tried to apply patch from #148 π Right click should not submit buttons with Ajax behaviors Needs work to Drupal 10.2.1 and failed as composer "could not apply patch". Attached a patch for 10.2.x - hunks are the same, just line numbers changed.
Faced a problem with alias creation, that is similar to described in this issue: some time after migration to D10 from D9 I noticed that aliases was not generated for certain content type neither on update nor on create operation. Problem was repeatable on live env only, on my local lando setup aliases remain to generate correctly.
Found no entries in Drupal's dbog or hosting logs that can be related to this issue.
Reordering alias patterns at /admin/config/search/path/patterns and putting the bugged one to the top (solution first described in #7 π¬ Alias aren't created anymore Active ) helped me.
Live site is hosted on Pantheon, uses php 8.1.24, drupal core 10.1.5 and pathauto 8.x-1.12.
Local env has same core and pathauto versions, but php 8.1.18.