@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.16 → 4.2.2-snapshot.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/diarynote.js +4258 -4257
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -299,6 +299,7 @@
|
|
|
299
299
|
|
|
300
300
|
### vidis-prescription-list
|
|
301
301
|
* Using /api/v3 instead of /v3 for all requests.
|
|
302
|
+
* Make practitioner null-safe.
|
|
302
303
|
* Desktop redesign.
|
|
303
304
|
|
|
304
305
|
### vidis-prescription-detail
|
|
@@ -307,6 +308,7 @@
|
|
|
307
308
|
* Fix screen freeze when phone number is changed in the reservation dialog.
|
|
308
309
|
* Bugfix : Hospital pharmacy not checked but filtering works
|
|
309
310
|
* update pharmacies endpoint from /v1 to /v3
|
|
311
|
+
* Bugfix: delete prescription was producing a bad request error
|
|
310
312
|
|
|
311
313
|
### vidis-diarynote
|
|
312
314
|
* Redesign journal notes-list table for desktop.
|
|
@@ -315,6 +317,7 @@
|
|
|
315
317
|
### vidis-delivered-medication-list
|
|
316
318
|
* Using /api/v3 instead of /v3 for all requests.
|
|
317
319
|
* Sorting label adaptations.
|
|
320
|
+
* Desktop view redesign.
|
|
318
321
|
|
|
319
322
|
### vidis-delivered-medication-detail
|
|
320
323
|
* Using /api/v3 instead of /v3 for all requests.
|