reactjs-crud-boilerplate icon indicating copy to clipboard operation
reactjs-crud-boilerplate copied to clipboard

Edited object not correctly refreshing

Open bfloriang opened this issue 7 years ago • 1 comments

First of all: Great demo!

I just noticed that after an EDIT action on the course object the edited object seems not correctly refreshing its values in the form if it is immediately edited again.

So for example, if the title is changed it is unchanged for the first following edit.

I guess a small glitch but would nevertheless be nice to fix.

bfloriang avatar Jun 07 '17 12:06 bfloriang

I get this too. Still happening as of September 2018. To replicate:

  1. On the Courses page select a course and click edit button
  2. On the Edit page amend the title of the course
  3. Click save button, browser returns to Courses page
  4. Select the course you just changed
  5. Click edit button
  6. On the Edit Course page the title is the same as it was in step 1

Would be great to see a fix for it, thanks!

darriuk avatar Sep 17 '18 12:09 darriuk