Commit 9903773b authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

Changed comparison operator to assignment operator in ImportTemplateWorkOrder::setupExecution.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@8023 41f8697f-d340-4b68-9986-7bafba869bb8
parent b7655293
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ namespace Isis {

    // If clicked "File"->"Import"->"Import Templates"
    if (internalData().isEmpty()) {
      itemType == "Templates";
      itemType = "Templates";
    }
    // If clicked "Import Templates" from under "Maps" or "Registrations" ProjectItems rightclicks
    else {
+3 −1
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@
    * @author 2017-07-31 Christopher Combs
    *
    * @internal 
    *   @history 2017-08-23 Tracie Sucharski - Fixed assignment to itemType in setupExecution to use
    *                          assignment operator rather than comparison operator.
    */
    class ImportTemplateWorkOrder : public WorkOrder {
        Q_OBJECT