Open jwcha1030 opened 4 years ago
res_code becomes 0 if I change idx value.
The original idx is 6 but when I change to a value lower than 6, unhandled res_code error occurs.
However, when the new idx value is above 6 (e.g. 25), there is no unhandled res_code error. BUT, idx is saved as 26 in the server (increments by 1).
Same goes for OurTeam (i.e. editTeamPagePerson())
res_code becomes 0 if I change idx value.
The original idx is 6 but when I change to a value lower than 6, unhandled res_code error occurs.
However, when the new idx value is above 6 (e.g. 25), there is no unhandled res_code error. BUT, idx is saved as 26 in the server (increments by 1).