Compare commits
No commits in common. "03b0e52befe7ea531bb2d5d513f80677bf71e385" and "e3d16142ac646b2385f9bea83a7f140a67acb15f" have entirely different histories.
03b0e52bef
...
e3d16142ac
@ -236,11 +236,7 @@ namespace Volian.Controls.Library
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
StringBuilder sb = new StringBuilder();
|
StringBuilder sb = new StringBuilder();
|
||||||
string tmpwrd = MyItemInfo.IsSection ? "section" : "step";
|
sb.AppendLine("Changing the applicability for this step will invalidate a transition in the following steps...");
|
||||||
sb.AppendLine($"The applicability for this {tmpwrd} cannot be changed due to transition links.");
|
|
||||||
sb.AppendLine("Applicability settings will return to original settings when OK is selected.");
|
|
||||||
sb.AppendLine($"Changing the applicability for this {tmpwrd} will invalidate a transition in the following steps...");
|
|
||||||
|
|
||||||
sb.AppendLine();
|
sb.AppendLine();
|
||||||
// B2021-149: if step, put out line for every invalidTrans, if procedure only put out those that are external
|
// B2021-149: if step, put out line for every invalidTrans, if procedure only put out those that are external
|
||||||
// determine this by looking strings for source and target (to), if procedure level and internal the target starts
|
// determine this by looking strings for source and target (to), if procedure level and internal the target starts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user