GrowersNation / WebClient

Growers Nation Web Client
2 stars 2 forks source link

Fix bug where the same location cant be submitted more than once consecutively. #20

Closed jeremy-brooks closed 2 years ago

jeremy-brooks commented 11 years ago

If you search for a location, then click submit for what ever location you choose. Then go back to locations and try to submit the same location again without changing it first, nothing will happen.

This is because there is a watcher looking for changes on 'location', obviously submitting the same location will not change this value so it doesn't do anything.

Solution could be to either use a topic or set a flag additionally to the location and watch that instead.