vronic / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Saved requests cannot be updated #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the saved requests tab.
2. Update a save request with other IP in its URL or within its body content.
3. Save it with the same name by using the Ctrl+S (Override the request).
3. Open the updated request.

Expected:
Request include the most updated data.

Actual:
Request include the old data. 
Request update was not been saved.

Also I wasn't been able to save a new requests until reopening the browser 
again.

Version: Copyright © 2011 Paweł Psztyć (Poland)
OS: Win7 64-bit
Browser: Google Chrome 16.0.912.75 m

Original issue reported on code.google.com by aloneven...@gmail.com on 17 Jan 2012 at 11:14

GoogleCodeExporter commented 8 years ago
Are you sure you don't have couple of same name saved items? Application do not 
overwrite restored request. It always saves as new item.
I've tried do what you suggest but now I have couple of requests with same name 
but different data.

Original comment by jarro...@gmail.com on 19 Jan 2012 at 12:10

GoogleCodeExporter commented 8 years ago
Yes. I cannot save a new ones and cannot update already exist ones.
I know that it is very strange but it is really frestrating to update it
all the time.
But really don't want to loss what i wrote till now :(

Alon

Original comment by aloneven...@gmail.com on 26 Jan 2012 at 10:49

GoogleCodeExporter commented 8 years ago
I have the same issue too. Futhermore, I cannot delete saved requests. I click 
delete, list redraws and nothing happens.

Original comment by ing.kare...@gmail.com on 1 Feb 2012 at 12:14

GoogleCodeExporter commented 8 years ago
Can You check is requests are saved to local DB?
Go to inspector (CTRL + SHIFT + i) -> Resources tab -> Databases -> restClient 
and table rest_forms
Your data should be there. If not it's something wrong. Than try save new form 
and look at console output if there is some error.

Original comment by jarro...@gmail.com on 2 Feb 2012 at 3:05

GoogleCodeExporter commented 8 years ago

Original comment by jarro...@gmail.com on 2 Feb 2012 at 3:05

GoogleCodeExporter commented 8 years ago
Data are in database. It seems that it should be some kind of database problem? 
Your program was in state, when I cannot add new requests or update old 
requests. Then I deleted last record in saved requests and since this time 
everything works.

Original comment by kral.k...@volny.cz on 2 Feb 2012 at 5:07

GoogleCodeExporter commented 8 years ago
Great news.
I will try it myself soon.

Many thanks

Original comment by aloneven...@gmail.com on 2 Feb 2012 at 7:08

GoogleCodeExporter commented 8 years ago
I've added more debug output in console. Try to save form and check console 
output for error messages. Let me known if any.

Original comment by jarro...@gmail.com on 7 Feb 2012 at 10:30

GoogleCodeExporter commented 8 years ago
I've made some changes. Now application ask you directly if you want to 
overwrite existing record.

Original comment by jarro...@gmail.com on 29 Mar 2012 at 8:31

GoogleCodeExporter commented 8 years ago
Thanks a lot I will update my app.

Have a great weekend :)

Original comment by aloneven...@gmail.com on 29 Mar 2012 at 9:22