Tour-de-Force / btc-app

The Bicycle Touring Companion App
1 stars 2 forks source link

Unable to delete unpublished POI changes #62

Open jsieber opened 7 years ago

jsieber commented 7 years ago

I'm running into an issue where I'm unable to publish a point and I'm also not able to remove any points from the list to be published.

I believe this issue comes up when you edit a point that has not yet been published.

  1. Create a new service point.
  2. You will see 1 item in the publish collection.
  3. Edit the existing service point that has yet to be published.
  4. The publish menu option will now show 2 points to be published.
  5. Go into the publish option and you will only see one point.
  6. Attempt to publish the point, you will get the message: "Unable to Publish Points of Interest to the server".
  7. At this point, I'm unable to remove the point from the list. If I add more points, I'm unable to publish them or remove them from the list.
samfalconer commented 7 years ago

Part of this sounds like #54

The unable to delete problem might be its own thing.

samfalconer commented 7 years ago

Looks like the delete button has just been stubbed.

samfalconer commented 7 years ago

Looks like the deleted point comes back only locally if you refresh. Also deleting existing revised points just removes them and doesn't revert. Needs work.