Zenika / Zenika-Resume

Markdown editor for resumes.
https://resume.zenika.com
MIT License
4 stars 4 forks source link

🐛 fix view mode displaying an incorrect resume #68

Closed hgwood closed 4 years ago

hgwood commented 4 years ago

The app used to use the "path" of a resume in view mode to identify a resume (instead of the UUID in edit mode). However the path was not unique and for this reason the resume shown in view mode could not be the same as the one in edit mode. This changes the view mode to use the UUID.

hgwood commented 4 years ago

I think this breaks the version date mechanism.

Ked57 commented 4 years ago

I agree I can't get the version date mechanism to work, and the button from the front uses the old route

Looks promising tho

hgwood commented 4 years ago

Pushed a fix for the home page. For the version date it's going to be a bit more complicated :/