Private
Public Access
1
0

bug fix, and some additions

Reviewed bug allowing database to be queried on non-existing columns.
Looks like a freak bug and code to prevent it was already in place. Not
sure what happened to trigger the bug on the production server. Wait for
another occurence, then solve.
Added Flex Chart as a button on the left panel. Added Workflow
configuration to the User Settings page
This commit is contained in:
Sander Roosendaal
2017-10-25 11:29:19 +02:00
parent 769179044e
commit e3b5cc1aa8
6 changed files with 20 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
<div class="grid_2 alpha">
<p>
<a class="button gray small" href="/rowers/workout/{{ workout.id }}/flexchart">Flex Chart</a>
</p>
</div>