jwcha1030 / CS416_GroupProject

2 stars 1 forks source link

(ADMIN) editHomePageCarousel & editTeamPagePerson api method IDX Error #9

Open jwcha1030 opened 3 years ago

jwcha1030 commented 3 years ago

res_code becomes 0 if I change idx value.

Screen Shot 2020-11-12 at 4 46 51 AM

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).

Screen Shot 2020-11-12 at 4 50 18 AM Screen Shot 2020-11-12 at 4 50 32 AM
jwcha1030 commented 3 years ago

Same goes for OurTeam (i.e. editTeamPagePerson())