1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2026-05-17 09:31:54 +02:00

Merge pull request #1541 from 1C-Company/G5V8DT-28459-2

G5V8DT-28459 Добавить сортировку вложенных элементов
This commit is contained in:
Almaz Nasibullin
2026-04-02 11:21:13 +03:00
committed by GitHub
@@ -335,7 +335,8 @@ public class SortService
for (Notification notification : notifications)
{
if (notification.getEventType() == Notification.ADD || notification.getEventType() == Notification.MOVE
|| notification.getEventType() == Notification.REMOVE)
|| notification.getEventType() == Notification.REMOVE
|| notification.getEventType() == Notification.REMOVE_MANY)
{
Object notifier = notification.getNotifier();
Object value = notification.getNewValue();