HFE compatible with platform 2.0 up to 2.3.2

Build: #46 was successful Changes by Michael Seaton <mseaton@pih.org>

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
8 minutes
Labels
None
Revisions
Git
b48e22878608e0da6bfcac73d0c5854970e7c147 b48e22878608e0da6bfcac73d0c5854970e7c147
Release scripts
681f3bff12454842e7e4fae01a15ce2827d75dc7 681f3bff12454842e7e4fae01a15ce2827d75dc7
Total tests
2728
Successful since
#40 ()

Tests

Code commits

Git
Author Commit Message Commit date
Michael Seaton <mseaton@pih.org> Michael Seaton <mseaton@pih.org> b48e22878608e0da6bfcac73d0c5854970e7c147 b48e22878608e0da6bfcac73d0c5854970e7c147 Drug order fixes (#221)
* Initial fixes to clean up CSS and to add more detail to the view mode

* Standardize dispensing with quantity by default.

* Ensure default order date is set to the encounter date, if editing an existing encounter and no specific date field is on the form.

* Two fixes - one, makes sure that all option lists are configured with the primary key ids of each metadata item.  two, makes sure that the dateActivated is not submitted from the form, but rather taken from the tag configuration or the encounter date.

* Render active orders in enter/edit mode by default, to facilitate ensuring that these orders are recognized as active and more easily operated on.

* Fix misalignment of radio buttons in 2.x UI

* Fix to display of orders to format these with the same label configurations as specified on the tag for consistency.

* Fix to discontinue date rendering and do not auto-open for a new order after discontinuation.

* Improved formatting of orders when later discontinued.

* Unit test adjustments following merge of master.