Bradnitski Viachaslau

Results 34 issues of Bradnitski Viachaslau

it should be restricted to changing Node/Content permissions data through 'modify'. Only 'applyPermissions' should be used for that.

Improvement

we should merge permissions if we do not override them during the import process

Feature

remove intermediate non-committed versions on content's publish

Improvement

Every aggregating class (Nodes, Contents, etc. ) is quite often collected from streams in an inconvenient way: ``` Nodes.from( collection.stream()...collect( Collectors.toList() ) ); ``` There is a way to improve...

Tech Debt

![image](https://github.com/enonic/xp/assets/8234920/c6b40db6-06e9-4b0b-bf28-17947088e0b5)

Bug

We have a race when a layer's parents inherit one project/layer. If a new content will be created in that inherited repository, then there is no way to set which...

Bug
Improvement

https://enonic.zendesk.com/agent/tickets/6674 ProgressReporter doesn't support modification of the progress message and current/total metadata at the same time. But task lib provides such a functionality. This leads to producing of an extra...

Bug