🇮🇹Italy @skrudge

Account created on 16 October 2023, over 1 year ago
#

Recent comments

🇮🇹Italy skrudge

I found a possible problem. In Drupal 10 the Password Reset Link is generated as:

http://default/user/login

because:
Line 427 -> $link = Url::fromRoute('user.login', [], ['absolute' => TRUE])->toString();
Generate the Link as Default.

If you change to:
$base_url = \Drupal::request()->getSchemeAndHttpHost();
$link = $base_url . Url::fromRoute('user.login', [], ['absolute' => FALSE])->toString();

the link is correct

🇮🇹Italy skrudge

name : vakata/jstree
descrip. :
keywords :
versions : * 3.3.15
type : drupal-library

🇮🇹Italy skrudge

even after updating to version 2.1.0-beta3 it is not possible to delete folders without refreshing the page, and losing the position. The Admin Theme I use is: Adminimal 8.x-1.7 (administration theme). When I Right Click, after deleting the last file in the folder, I see this:

after reloading the page, and losing the path, I can successfully delete the empty folder

🇮🇹Italy skrudge

any news about the issue "delete folder"

Thank's

Production build 0.71.5 2024