[comixed-dev] [comixed/comixed] 56b3ba: Fixed loading task audit log entries [#468]

  • From: "Darryl L. Pierce" <noreply@xxxxxxxxxx>
  • To: comixed-dev@xxxxxxxxxxxxx
  • Date: Tue, 25 Aug 2020 06:33:02 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/comixed/comixed
  Commit: 56b3ba276ffa576a754aac4d8452287eea650d63
      
https://github.com/comixed/comixed/commit/56b3ba276ffa576a754aac4d8452287eea650d63
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

  Changed paths:
    M 
comixed-frontend/src/app/backend-status/actions/load-task-audit-log.actions.ts
    M 
comixed-frontend/src/app/backend-status/pages/task-audit-log-page/task-audit-log-page.component.html
    M 
comixed-frontend/src/app/backend-status/pages/task-audit-log-page/task-audit-log-page.component.spec.ts
    M 
comixed-frontend/src/app/backend-status/pages/task-audit-log-page/task-audit-log-page.component.ts
    M 
comixed-frontend/src/app/backend-status/reducers/load-task-audit-log.reducer.spec.ts
    M 
comixed-frontend/src/app/backend-status/reducers/load-task-audit-log.reducer.ts
    M 
comixed-rest-api/src/main/java/org/comixedproject/controller/core/AuditLogController.java

  Log Message:
  -----------
  Fixed loading task audit log entries [#468]

 * Added a start and stop action to control fetching entries.
 * Return latest = current date when no long entries are found.



Other related posts:

  • » [comixed-dev] [comixed/comixed] 56b3ba: Fixed loading task audit log entries [#468] - Darryl L. Pierce