Commit a3f8df15 authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

Ipce: Set Active ImageList no longer a choice on individual images, only on an...

Ipce: Set Active ImageList no longer a choice on individual images, only on an image list. Fixes #5138
parent 326f221e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@ namespace Isis {
   *   @history 2017-08-03 Cole Neubauer - Created a try catch around a previously unprotected
   *                           error to handle errors thrown in the workorder that halted
   *                           execution. Fixes #5026
   *   @history 2017-11-02 Tyler Wilson - Added a null pointer reference check to imageList variable
   *                           in isExecutable to prevent potential seg faults.  References #4492.
   *   @history 2017-10-18 Adam Paquette - Added a logical check in the isExecutable function
   *                           to check for single images vs image lists. Fixes #5138.
   */

  class SetActiveImageListWorkOrder : public WorkOrder {