Skip to content

Commit de278c8

Browse files
Bartekbarw4
andauthored
EZP-31039: Remove unnecessary sorting params when updating Location priority (#287)
Co-authored-by: Bartek Wajda <bartlomiej.wajda@ibexa.co>
1 parent ce8decc commit de278c8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/modules/sub-items/services/sub.items.service.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ export const updateLocationPriority = ({ priority, location, token, siteaccess }
164164
body: JSON.stringify({
165165
LocationUpdate: {
166166
priority: priority,
167-
sortField: 'PATH',
168-
sortOrder: 'ASC',
169167
},
170168
}),
171169
});

0 commit comments

Comments
 (0)