diff options
author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-02 00:54:42 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-02 00:54:42 -0400 |
commit | cefd077b56a246fab0ae65de948a3c470f469798 (patch) | |
tree | 2a36ff29bee376c19d95304c86f6c1d23ac5971a /src/components/mao-admin.js | |
parent | 10fafbe1f4f88a3449c792a2509e492e11a7c4b3 (diff) |
Allowed for admin to approve hours and reject hours. Futher testing for bugs and glitches.
Diffstat (limited to 'src/components/mao-admin.js')
-rw-r--r-- | src/components/mao-admin.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/mao-admin.js b/src/components/mao-admin.js index 4d8b28e..dc78616 100644 --- a/src/components/mao-admin.js +++ b/src/components/mao-admin.js @@ -170,6 +170,7 @@ class MaoAdmin extends connect(store)(PageViewElement) { requestElement.time = this.requests[i].time; requestElement.trainee = this.requests[i].trainee; requestElement.uid = this.requests[i].uid; + requestElement.docId = this.requests[i].docId; requestGrid.appendChild(requestElement); } |