Index: /issm/trunk-jpl/src/m/classes/organizer.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/organizer.m	(revision 25119)
+++ /issm/trunk-jpl/src/m/classes/organizer.m	(revision 25120)
@@ -196,4 +196,12 @@
 				end
 				bool=true;
+
+				%last check: is this step locked? 
+				string=org.steps(org.currentstep).string; 
+				if length(string)>7,
+					if strcmpi(string(end-5:end),'Locked'),
+						error('organizer: you are  trying to run a locked step! Unlock it first!');
+					end
+				end
 			end
 		end%}}}
