Skip to content

Commit

Permalink
Fixes #1659, now uses GET to switch to 08-finish.php which will put t…
Browse files Browse the repository at this point in the history
…he workflowid in the url.
  • Loading branch information
robkooper committed Sep 14, 2017
1 parent 7808f78 commit 7fb9ee3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ For more information about this file see also [Keep a Changelog](http://keepacha
## [Unreleased]

### Fixes
- Show workflowid in the URL when run is finshed and user clicks results (#1659)
- `PEcAn.BIOCRO` now uses PEcAn-standard variable names. As a result, two output variables have been renamed but keep their exiting units and definitions:
- `StemBiom` renamed to `AbvGrndWood`
- `RootBiom` renamed to `root_carbon_content`
Expand Down
28 changes: 11 additions & 17 deletions documentation/index_vm.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,17 @@
<body>
<h1>PEcAn</h1>

<a href="/pecan/"><h2>Run Models</h2></a>

<a href="/bety/"><h2>Database</h2></a>

<a href="/shiny/"><h2>Output Visualization</h2></a>

<a href="/pecan/history.php"><h2>Output Archive</h2></a>

<a href="/rstudio/"><h2>RStudio</h2></a>

<a href="https://github.com/PecanProject"><h2>Code Repository</h2></a>

<a href="https://gitter.im/PecanProject/pecan"><h2>Chat Room</h2></a>

<a href="https://github.com/PecanProject/pecan/issues/new"><h2>Submit an Issue / Bug Report</h2></a>

<a href="http://pecanproject.org"><h2>Project Homepage</h2></a>
<ul>
<li><a href="/pecan/">Run Models</a></li>
<li><a href="/bety/">Database</a></li>
<li><a href="/shiny/">Output Visualization</a></li>
<li><a href="/pecan/history.php">Output Archive (history)</a></li>
<li><a href="/rstudio/">RStudio</a></li>
<li><a href="https://github.com/PecanProject">Code Repository</a></li>
<li><a href="https://gitter.im/PecanProject/pecan">Chat Room</a></li>
<li><a href="https://github.com/PecanProject/pecan/issues/new">Submit an Issue / Bug Report</a></li>
<li><a href="http://pecanproject.org">Project Homepage</a></li>
</ul>

<h2>Documentation</h2>

Expand Down
2 changes: 1 addition & 1 deletion web/05-running.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function refresh() {
<?php } ?>
</form>

<form id="formnext" method="POST" action="08-finished.php">
<form id="formnext" method="GET" action="08-finished.php">
<?php if ($offline != "") { ?>
<input name="offline" type="hidden" value="offline">
<?php } ?>
Expand Down

0 comments on commit 7fb9ee3

Please sign in to comment.