@morris-3112/handle-user-actions
v0.1.11
Published
handles actions from UI
Readme
partisan-handle-actions
0.1.11 (2021-10-24)
- In all caseHandling/actions files, for the UPDATE CASE action the
docUIDand thestatusHistorywas missing. This was added and should solve a status not being updated automatically.
0.1.10 (2021-10-24)
- Added
convertDateToMonthDay,convertDateToHoursMinutesimport intoupcomingToInProgressto avoid "function not defined"-error.
0.1.9 (2021-10-20)
- Add
caseproperty to created actions fortimer. This property is used when thecaseUIDdoes not exist yet, i.e. when a case is created. It is null otherwise.
0.1.8 (2021-10-13)
- Fix bug where if
paymentModuleis selectedsubscribeModuledoes not work.
0.1.7 (2021-10-13)
- added moduleUID to most tasks from onboarding flow.
- Added
notificationReadactionIdentifier to tasks in index. - Added exception to not create
addServiceTaskif payment module is subscribed to.
0.1.6 (2021-10-10)
- Removed
clientUIDfrom email action object forgot one.
0.1.5 (2021-10-10)
- Removed
clientUIDfrom email action object.
0.1.4 (2021-10-10)
- Changed
namesin generate status update notification fromconsttolet. - Typo - changed update key of service.firstcase from
servicetoservices. - Added
statusHistorykey to case document. - Updated
pendingToUpcomingandupcomingToInProgresswith statusHistory and typos.
0.1.3 (2021-10-03)
- Updated actions following happy flow in caseHandling for teacherModule.
0.1.2 (2021-09-22)
- Added
emailRecieverargument to emails to match with systemActions.
0.1.1 (2021-09-22)
- fixed import error for task generation functions.
