Results 66 issues of Fred

go to any form with a date input, type in "asdfasfd" and the form won't submit but will just freeze, error messages would be good here

time fields aren't inferred correctly

showNext in https://github.com/openhealthcare/opal/blob/v0.9.0/opal/core/pathway/static/js/pathway/services/wizard_pathway.js should delegate down to the current step if the function exists.

bug

It would be nice if we could use variables such as 'user' in the form template tags for input, radio, checkbox etc (opal/templatetags/forms). It would be great if they could...

At the moment patient.js copies over all properties of the first episode onto the patient (apart from id). The panel logic them makes sure that all patient subrecords are looking/using...

At the moment setup.py build dist deploys a flawed version as the READ.me isn't copied into the dist, then setup.py uses it and it blows up. One solution is to...

In order that we can display as if it were a model column, but without the add/edit functionality.

at the moment we don't include episode_id, or patient_id in the schema, lets do this, but blow up in update_from_dict if you try and change it

Add a patient, discharge a patient, the dates for the patient, as tested today go from 15/11-14/11 (todays date it is the 14/11(

Removes the `Django runserver and stunnel for testing HTTPS` link as it does not work