Skip to content
Snippets Groups Projects
Commit 7df428f1 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

more AS dump

parent 243f39c1
No related branches found
No related tags found
1 merge request!6278Fix assign breaking other changes to activeSlave
:: MOD_Edit Slave Cheat Datatype Cleanup [nobr] :: MOD_Edit Slave Cheat Datatype Cleanup [nobr]
<<set $nextButton = "Continue", $nextLink = "Slave Interact">> <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Slave Interact">>
/* Cancel Option Check */ /* Cancel Option Check */
<<if $tempSlave == "unset">> <<if $tempSlave == "unset">>
<<unset $tempSlave>> <<unset $tempSlave>>
......
:: MOD_Edit Slave Cheat Datatype Cleanup New [nobr] :: MOD_Edit Slave Cheat Datatype Cleanup New [nobr]
<<set $nextButton = "Continue", $nextLink = "Slave Interact">> <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Slave Interact">>
/* Cancel Option Check */ /* Cancel Option Check */
<<if $tempSlave == "unset">> <<if $tempSlave == "unset">>
<<unset $tempSlave>> <<unset $tempSlave>>
......
:: BreedingTest [nobr] :: BreedingTest [nobr]
<<set $nextButton = "Back">> <<set $nextButton = "Confirm changes", $nextLink = "AS Dump", $returnTo = "Slave Interact">>
<<set $nextLink = "Slave Interact">>
<<UpdateStandards>> <<UpdateStandards>>
<<BreedingStandards>> <<BreedingStandards>>
......
...@@ -407,7 +407,8 @@ ...@@ -407,7 +407,8 @@
<span style="font-style:italic"> <span style="font-style:italic">
<<link "Apply rules">> <<link "Apply rules">>
<<run DefaultRules($activeSlave)>> <<run DefaultRules($activeSlave)>>
<<goto "Slave Interact">> <<set $returnTo = "Slave Interact">>
<<goto "AS Dump">>
<</link>> <</link>>
</span> </span>
| |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment