You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the src/main/webapp/WEB-INF/views/series/info.html page we should add another form to add a comment. It should have a single textarea and a submit button. Here is an example that can be helpful:
and reload a page on success. It should show an error when server returns an error. Note that there can be 2 type of errors -- general (for a whole form) and validation error (for a particular field).
On the
src/main/webapp/WEB-INF/views/series/info.html
page we should add another form to add a comment. It should have a single textarea and a submit button. Here is an example that can be helpful:mystamps/src/main/webapp/WEB-INF/views/series/add.html
Lines 522 to 532 in 366f099
When we submit a form, it should send a PATCH request to API
/series/{id}
withand reload a page on success. It should show an error when server returns an error. Note that there can be 2 type of errors -- general (for a whole form) and validation error (for a particular field).
Part of #785
The text was updated successfully, but these errors were encountered: