Zenika / Zenika-Resume

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

🐛 fix incorrect resume retrieved when viewing #67

Closed hgwood closed 4 years ago

hgwood commented 4 years ago

When viewing, the app uses finds the resume by its path. However there can be multiple resumes with the same path, and the app would take the first result, in database order, so the retrieved resume could be an incorrect one. This fixes the problem by making the app take the latest resume by version date for the given path.

hgwood commented 4 years ago

Replaced by #68 which removes the need for paths completley.