slugbucket / crossword-hints

Python Flask web application to aid decipherment of cryptic crossword clues for known setters
GNU General Public License v3.0
1 stars 0 forks source link

title for solutions edit/delete link shows None rather than the solution - feat0019 #23

Closed slugbucket closed 4 years ago

slugbucket commented 5 years ago

Hovering over the edit and delete icons on the solutions index page shows 'None' in the title text rather than the expected solution. The other pages show the name of the item in the link title.

slugbucket commented 4 years ago

The problem here comes from the solutions query in crossword_solution_index not seleccting the clue column!

slugbucket commented 4 years ago

But perhaps rather than show the clue in the link title text it would be better to just use the solution. At the same time as updating the template to show link title text include the clue in the index table.

slugbucket commented 4 years ago

completed and merged into develop