Stefan Korn

Results 67 comments of Stefan Korn

Something like this is doing the trick for me: ``` diff --git a/modules/common/src/UrlHostTokenResolver.php b/modules/common/src/UrlHostTokenResolver.php index 724e6e20f..062184467 100644 --- a/modules/common/src/UrlHostTokenResolver.php +++ b/modules/common/src/UrlHostTokenResolver.php @@ -42,10 +42,29 @@ class UrlHostTokenResolver { $serverPublicFilesUrl =...

@dafeder : Thanks for the background infos. If we need a fix, we will probably patch it like shown above, but maybe we can also avoid the port differences in...

Would probably need some more details here. You cannot create a theme (topic) with comma via the default widget in the dataset I suppose, see also #4056 . If you...

see #105 about this. seems drush 12 is not supported by drush launcher by now and maybe never will. drush encourages to not use drush launcher anymore. use vendor/bin/drush and...

you can use vendor/bin/drush from your project and maybe add that to your PATH to still be able to just use "drush" as command. the drush launcher is a helper...

I was not involved in deciding of drush 12 to not support drush launcher anymore, but as far as I understand there were valid (technical) reasons for that (see #105...

@janette : as DKAN 3.x is mentioned. Are there already more informations available about 3.x (like timline, features, BC)? There is no 3.x branch so far?

@byuen1 : You can take a look at #4147 - I have started something about chart visualization there. Still very early stage of development, but maybe at least a starting...

I guess this was not addressed when fixing this issue: > This may need an extra option to suppress this behaviour for clicks inside the dropdown, as moving focus explicitly...

Thinking a bit more about this, I think focusing back to parent on close is correct. I changed my implementation to use autoClose = outside and close the dropdown myself...