fahrgemeinschaft / android-app

Fahrgemeinschaft Android App
http://fahrgemeinschaft.de
GNU General Public License v3.0
9 stars 4 forks source link

ride appears twice in search results after editing departure #197

Closed orangeman closed 10 years ago

orangeman commented 11 years ago

lasts until next search results refresh.

This happens because ride instances of reoccuring rides share the same guid ref and are distinguished only by departure. Hence two edited versions of the same ride with different departure dates/times appear as two separate rides. After refreshing search results, one is cleared out as if it were deleted serverside :/

orangeman commented 10 years ago

makes sense in some sense: there exist two versions during the short time while the changed ride is being published

considered a feature.