- Issue was unassigned.
- Status changed to RTBC
almost 2 years ago 10:22am 13 February 2023 - ๐ฏ๐ดJordan Rajab Natshah Jordan
Had Real physical testing round for Menu Position 1.0.x-dev with Drupal ~10 and Drupal ~9
Steps to test are attached in
Real-physical-testing-round-for-menu_position-1-0-x-dev--with-d10-and-d9.zip โBuild Drupal ~10.0 sandbox test site and have Drush ~11.0
mkdir -p /var/www/html/sandboxes composer create-project drupal/recommended-project:~10.0 /var/www/html/sandboxes/drupal10menu_position_1__test cd /var/www/html/sandboxes/drupal10menu_position_1__test/ composer require drush/drush:~11.0;
Change minimum stability to dev for testing on the recommended Drupal 10 project template
composer config minimum-stability dev
Add the Menu Position module
mkdir -p /var/www/html/sandboxes/drupal10menu_position_1__test/web/modules/contrib cd /var/www/html/sandboxes/drupal10menu_position_1__test/web/modules/contrib/ git clone --branch '8.x-1.x' https://git.drupalcode.org/project/menu_position.git
Git Apply the patch.
cd /var/www/html/sandboxes/drupal10menu_position_1__test/web/modules/contrib/menu_position/ wget https://www.drupal.org/files/issues/2022-06-16/menu_position.1.x-dev.rector.patch git apply menu_position.1.x-dev.rector.patch
Change file/directory mod and ownership of files:
cd /var/www/html/sandboxes/drupal10menu_position_1__test/ sudo chmod 775 -R .;sudo chown www-data:$USER -R .;
Install with Drush
./vendor/drush/drush/drush site:install standard --yes --site-name="Menu Position 1.0.x-dev - Real physical testing with Drupal ~10" --account-name="webmaster" --account-pass="d" --account-mail="test@drupal.org" --db-url="mysql://root:123___@localhost/sandboxes_drupal10menu_position_1__test" -vvv ; ./vendor/drush/drush/drush pm:enable menu_position
Rebuild the cache:
sudo chmod 775 -R .;sudo chown www-data:$USER -R .; ./vendor/drush/drush/drush cache:rebuild
Open a browser and change the address to:
โ โhttp://localhost/sandboxes/drupal10menu_position_1__test/web/
- ๐ธ๐ฎSlovenia KlemenDEV
Seems there are no active maintainers for this module
- ๐บ๐ธUnited States dalemoore
Looking to get this working in a new Drupal 10 site moving from Drupal 7. Can one of the maintainers take a look?
- ๐ฏ๐ดJordan Rajab Natshah Jordan
Hoping for a soft commit/tag release.
- ๐ฏ๐ดJordan Rajab Natshah Jordan
๐ Offering to co-maintain Menu Position Fixed
- ๐จ๐ฆCanada joelpittet Vancouver
Thanks for the offer to co-maintain Rajab! I'll take a look shortly.
In the mean time I'll get this release out the door.
Here's the Change Record for that accessCheck() https://www.drupal.org/node/3201242 โ
-
joelpittet โ
committed 48ab9f22 on 8.x-1.x authored by
poorva โ
Issue #3288566 by poorva, Rajab Natshah, Project Update Bot: Automated...
-
joelpittet โ
committed 48ab9f22 on 8.x-1.x authored by
poorva โ
- Status changed to Fixed
over 1 year ago 11:16pm 28 April 2023 Automatically closed - issue fixed for 2 weeks with no activity.