Simon Schaufelberger

Results 235 comments of Simon Schaufelberger

If you know how to do that, please create a PR.

Thank you. The problem here is that the core itself doesn't provide a nice and clean way for redirects yet and uses `$this->redirect` everywhere as well.

@Gernott @nicodh @georgringer @ste101 let's do some brainstorming. Do you have any ideas on how this could be done?

I don't even know if it makes sense to list the actions in the model as it's just a model and shouldn't know anything about the controller actions and instead...

The property can't be of type string as extbase accesses the property in some cases before it is initialized. Otherwise the constructor needs to initialize all properties in the beginning

@liayn do you have an understanding of how the php parser works? The entry point is this file: `Classes/Service/ClassBuilder.php:generateModelClassFileObject` and this one: `Classes/Service/FileGenerator.php:generateDomainObjectCode`.

> We do this already in extensions, but all model properties need to be initialized, so this works: I agree but some properties can also be null and then it...

That is already on my todo list and also related to https://github.com/FriendsOfTYPO3/extension_builder/issues/430. The main question is if we want to use "the tea way of testing" or more like the...

@franzholz do you use composer installation or the old fashion one? On my composer installation I have a var folder in the root directory

Ok, let me think about a solution. I don't mean the /var folder of the Linux system, with composer the var folder is in the root directory of typo3 instead...