Skip to content
Snippets Groups Projects
Commit 2841c129 authored by fcanon's avatar fcanon
Browse files

add CheckAutoRulesActivate before DefaultRules for the apply RA shortcut in Main

parent 69eaeeba
No related branches found
No related tags found
4 merge requests!843Delete Please.,!833Pregmod master,!758Pregmod master,!227merge vanilla PR #443 - ready for merging
...@@ -161,7 +161,7 @@ __''MAIN MENU''__    //[[Summary Options]]// ...@@ -161,7 +161,7 @@ __''MAIN MENU''__    //[[Summary Options]]//
<<else>> <<else>>
| //<<link "Stop applying Rules Assistant at week end">><<set $rulesAssistantAuto = 0>><<goto "Main">><</link>>// | //<<link "Stop applying Rules Assistant at week end">><<set $rulesAssistantAuto = 0>><<goto "Main">><</link>>//
<</if>> <</if>>
| //<<link "Activate Rules Assistant">><<for _i = 0;_i < _SL;_i++>><<if $slaves[_i].useRulesAssistant == 1 && $slaves[_i].assignmentVisible == 1>><<DefaultRules $slaves[_i]>><</if>><</for>><<goto "Main">><</link>>// | //<<link "Re-apply Rules Assistant now (this will only check slaves in the Penthouse)">><<for _i = 0;_i < _SL;_i++>><<if $slaves[_i].assignmentVisible == 1 && $slaves[_i].useRulesAssistant == 1>><<CheckAutoRulesActivate $slaves[_i]>><<DefaultRules $slaves[_i]>><</if>><</for>><<goto "Main">><</link>>//
<</if>> <</if>>
//<<if $sortSlavesMain != 0>> //<<if $sortSlavesMain != 0>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
......
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