diff --git a/JavaSource/org/unitime/timetable/action/InstructorAction.java b/JavaSource/org/unitime/timetable/action/InstructorAction.java
index d65d1d42d0..bde88e64df 100644
--- a/JavaSource/org/unitime/timetable/action/InstructorAction.java
+++ b/JavaSource/org/unitime/timetable/action/InstructorAction.java
@@ -209,6 +209,8 @@ protected void doUpdate() throws Exception {
if (pt != null) {
inst.setPositionType(pt);
}
+ } else {
+ inst.setPositionType(null);
}
if (form.getNote() != null && !form.getNote().isEmpty()) {
diff --git a/WebContent/help/Release-Notes.xml b/WebContent/help/Release-Notes.xml
index be6f95e5fe..7369b9867a 100644
--- a/WebContent/help/Release-Notes.xml
+++ b/WebContent/help/Release-Notes.xml
@@ -35,6 +35,12 @@
Added an ability for departmental schedule managers to unsubmit the survey directly from the Instructor Survey page/dialog (meaning save and unsubmit).
+ -
+ Edit Instructor
+
+ It is now possible to reset the instructor's position.
+
+
Batch Student Scheduling
diff --git a/WebContent/user/instructor.jspf b/WebContent/user/instructor.jspf
index 527310e07b..d687dc65ad 100644
--- a/WebContent/user/instructor.jspf
+++ b/WebContent/user/instructor.jspf
@@ -132,7 +132,7 @@
|
-
+
|