Unverified Commit 08ee2861 authored by Kaitlyn Lee's avatar Kaitlyn Lee Committed by GitHub
Browse files

Fixed history entry not being added to a cube when running spiceinit with web=true (#4218)

parent eefb6d66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ update the Unreleased link so that it compares against the latest release tag.

- Fixed lrowaccal so required SPICE files are reported instead of continuing without them. [#4038](https://github.com/USGS-Astrogeology/ISIS3/issues/4038)
- Fixed not being able to enable USECOORDLIST argument in mappt. [#4150](https://github.com/USGS-Astrogeology/ISIS3/issues/4150)

- Fixed history entry not being added to a cube when running spiceinit with web=true. [4040](https://github.com/USGS-Astrogeology/ISIS3/issues/4040)
## [4.3.0] - 2020-10-02

### Changed
+1 −2
Original line number Diff line number Diff line
@@ -260,6 +260,7 @@ namespace Isis {
                         "Unable to initialize camera model",
                         _FILEINFO_);
    }
    p.WriteHistory(*icube);
    p.EndProcess();
  }

@@ -574,8 +575,6 @@ namespace Isis {
          }
        }
      }

      p.WriteHistory(*icube);
    }
    catch(IException &) {
      icube->putGroup(originalKernels);
+4 −0
Original line number Diff line number Diff line
@@ -299,6 +299,10 @@
      Updated shape model keyword in the kernels group when shape=user and web=true with the user
      specified model. Fixes #1986
    </change>
    <change name="Kaitlyn Lee" date="2020-12-22">
      Moved writeHistory() call to main function because a history entry was only being written
      to the cube when using a data area for kernels (not using the web service). Fixes #4040.
    </change>
  </history>

  <oldName>