<html>
<head>
<style>
body {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color:#484848;
}
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
h1 { font-size: 1.2em; }
h2, h3 { font-size: 1.1em; }
a, a:link, a:visited { color: #2A5685;}
a:hover, a:active { color: #c61a1a; }
a.wiki-anchor { display: none; }
hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  border: 0;
}
.footer {
  font-size: 0.8em;
  font-style: italic;
}
</style>
</head>
<body>
<span class="header"></span>
Issue #5723 has been updated by Daniel Crawl.

<ul>
  <li><strong>Status</strong> changed from <i>New</i> to <i>Resolved</i></li>
</ul>

<p>Fixed. I also added another test to Rename.tcl.</p>
<hr />
<h1><a href="https://projects.ecoinformatics.org/ecoinfo/issues/5723#change-20481">Bug #5723: references to parameter are not always renamed</a></h1>

<ul>
<li>Author: Daniel Crawl</li>
<li>Status: Resolved</li>
<li>Priority: Normal</li>
<li>Assignee: Daniel Crawl</li>
<li>Category: actors</li>
<li>Target version: biokepler-1.0.0</li>
  <li>Bugzilla-Id: 5723</li>
</ul>

<p>If a parameter is referenced by another parameter, then renaming the former is not always reflected in the latter. The seems to happen when the latter is a string parameter.</p>


        <p>To reproduce:</p>


        <p>1. add a String Parameter to the canvas<br />2. rename to x<br />3. add a String Replace actor to the canvas<br />4. double-click on String Replace, set pattern to $x, close dialog<br />5. rename x to y<br />6. double-click on String Replace, pattern is set to y instead of $y</p>


<hr />
<span class="footer"><p>You have received this notification because you have either subscribed to it, or are involved in it.<br />To change your notification preferences, please click here: <a class="external" href="https://projects.ecoinformatics.org/ecoinfo/my/account">https://projects.ecoinformatics.org/ecoinfo/my/account</a></p></span>
</body>
</html>