igorbga
igorbga
This is the core of an action I use to change the version label of a node: ``` @Override protected void executeImpl(Action action, NodeRef actionedUponNodeRef) { NodeService nodeService = serviceRegistry.getNodeService();...
Just a tip in case someone catches on this issue and really tries to give a solution to this by design limitaion. Maybe we could preserve original permissions and do...
@xezpeleta another point that i forgot to mention and think is important. But maybe you'd rather not address it here and just create an enhacement issue. As far as i...
Hi @xezpeleta, I think that you're right, easing the development process will be very helpful. If those changes are done the only caveat I still see for the development process...
This is still an issue in the current documentation. This seems to be the correct link: http://blog.lepine.pro/images/2012-04-behat-cheat-sheet1.pdf
I've installed Linux Mint 18.1 in a new VM and followed the instructions in the wiki and in the video. Now I can confirm a similar behaviour as explained by...
Ok David. The widget is already public in our git repository, changing the namespace is trivial, in fact I've already done so in order to progress with the project I'm...
I'm having the same issue in Ubuntu 22.04. @montgolfiere your workaround worked, well in fact only "experimental" was required. Please could you point us to what experimental feature is required...
"anyone can sign up for an account." It used to be like so, they had some issues that were private but mainly you could check and report new issue without...
Just as additional information if I disable phpstan in ".phpactor.json" and complement this setup with [an extension to run phpstan](https://marketplace.visualstudio.com/items?itemName=SanderRonde.phpstan-vscode) separately it works as expected. So it seems to me...