From 073ef3ad53039036b35a7e895d65ecab06d5b930 Mon Sep 17 00:00:00 2001
From: ievavold <ievavold@wisc.edu>
Date: Thu, 31 Jan 2019 10:17:48 -0600
Subject: [PATCH] re-add clicking note to open edit dialog

This had gotten lost in the shuffle to ngrx-based note loading
---
 .../degree-planner/term-container/term-container.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/degree-planner/term-container/term-container.component.html b/src/app/degree-planner/term-container/term-container.component.html
index e2fd039..ac47651 100644
--- a/src/app/degree-planner/term-container/term-container.component.html
+++ b/src/app/degree-planner/term-container/term-container.component.html
@@ -32,7 +32,7 @@
 			(cdkDropListDropped)="drop($event)">
 
 			<ng-container *ngIf="term.note as note">
-				<div class="note-item">
+				<div class="note-item" (click)="openNotesDialog()">
 					<p class="semi-bold">Note</p>
 					<p class="note-excerpt">{{ note.note }}</p>
 				</div>
-- 
GitLab