You've already forked v8-code-style
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:
+2
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user