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