I found a possible problem. In Drupal 10 the Password Reset Link is generated as:
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
name : vakata/jstree
descrip. :
keywords :
versions : * 3.3.15
type : drupal-library
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
any news about the issue "delete folder"
Thank's