Sebastian D

Results 8 comments of Sebastian D

Same for me. There is already a similar issue #1417 @agrosner can you please assist? It is working in version 680b03acb8 (11.2.2021) and is broken in the next version 88c07819dd...

Adding the following code to the processors build.gradle.kts will fix the problem (even the jar file is then getting quite big for sure) ``` tasks.withType { // To add all...

I just tested it locally and sadly it is only possible to transform fully to 'group,user' as long as admin is part of the configuration it is not possible to...

@nhovratov thanks for the fast reply! Actually, we are having a very large Typo3 for some special use cases to just maintain content (not a website at all) which is...

@jackkav As far as I see there is no check if the workspace already exists (in importResourcesToProject) and it is always imported as a new workspace: ``` const r =...

@jackkav thanks for the answer, but it is not about git sync it is about the functionality for plugins to import or export workspaces. This could be used for git...

Thank you @nhovratov ! Just one question, is there a reason to change the Backend Module only to user instead of group & user?

Ok wasn't aware of that, thank you very much!