Rachman Chavik
Rachman Chavik
yes, i have not managed to migrate to composer 2 yet. will get to it someday. but will probably only for 5.x branch
@fahad19 close this?
Closing since no feedback was received.
Okay. It's might make sense. Is it worth doing now (2.x) cycle or maybe defer it to 3.x?
At this time, I would rather have this feature implemented as a plugin.
@miketallroth do you have input on this? we tried to use defer and async in javascripts.ctp, maybe we should revert to use inline again?
> What input do you need? It is just contact site: admin/contacts/contacts/edit/1 I'm hoping someone can suggest correct usage of defer, async, etc.
are you testing on windows?
Try: ```diff diff --git a/FileManager/src/Utility/FileStorageUtils.php b/FileManager/src/Utility/FileStorageUtils.php index 8c2878399..a99e74a8c 100644 --- a/FileManager/src/Utility/FileStorageUtils.php +++ b/FileManager/src/Utility/FileStorageUtils.php @@ -55,7 +55,7 @@ class FileStorageUtils $path = null; for ($i = 0; $i < $level; $i++)...
Are you using Chrome? Can you open up dev tools and confirm that there are script errors there? It's likely that we need to adjust `Core/src/Template/Element/admin/javascripts.ctp`