Description / 问题描述
On the "Personalize" page, trying to move any item up and down using the arrows either errors or just doesn't do anything.
Steps to Reproduce / 复现步骤
- Go to the /settings/personalize page
- Open a dropdown (example: Genders)
- Try to move an item using the arrows
Expected Behavior / 期望行为
The item moves up and down depending on the arrow pressed
Actual Behavior / 实际行为
On some dropdowns (like Genders), the api responds with
{
"success": false,
"error": {
"code": "INTERNAL_ERROR",
"message": "err.failed_to_update_position"
}
}
And on some others like Templates (with a template selected), it does get a 204 No Content response, but the item does not change its position, and even after refreshing it remains at the same position.
Environment / 环境信息
No response
Additional Context / 补充信息
No response
Description / 问题描述
On the "Personalize" page, trying to move any item up and down using the arrows either errors or just doesn't do anything.
Steps to Reproduce / 复现步骤
Expected Behavior / 期望行为
The item moves up and down depending on the arrow pressed
Actual Behavior / 实际行为
On some dropdowns (like Genders), the api responds with
And on some others like Templates (with a template selected), it does get a 204 No Content response, but the item does not change its position, and even after refreshing it remains at the same position.
Environment / 环境信息
No response
Additional Context / 补充信息
No response