Daniel Rotter
Daniel Rotter
@webmozart So if everybody agrees on that, it doesn't even make sense to keep the two separate kernels for BC reasons, does it? /cc @chirimoya @wachterjohannes @dantleech
I think we didn't make any recommendation if somebody should pull from sulu-standard or not. But yeah, actually there is also no reason to not keep the files (maybe apart...
sulu/sulu#3768 starts to work on that. Not sure when it will make it though.
I don't know your exact requirements, but I could imagine that a feature like this might make sense in certain cases. But at the moment it is not possible. Maybe...
Don't think that more logical means the same to everybody. I also don't think that there is a reason we have to have that in a certain order. So I...
@matt-halliday Can you show the files being important here?
I think I would keep it minimal, and just add a log message, which is currently also missing, right?
All we probably have to do is to escape the string, would say that is an easy pick.
I've started implementing this, and in a first draft I came up with something like this: ```php $listToolbarActions[] = new ToolbarAction( 'sulu_admin.link', [ 'url' => 'http://www.google.at', 'label' => 'sulu_admin.blabla', 'icon'...
@jordygroote Just to be sure: You are looking for a way to trigger these URLs/routes in an AJAX request, not to open something in a new tab or the current...