Skip to content

Commit

Permalink
Pre-condtions workflow improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Dec 21, 2021
1 parent ade2572 commit e487094
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 14 deletions.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/widgetv2/react.app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/widgetv2/react.app.js.map

Large diffs are not rendered by default.

Expand Up @@ -6,6 +6,7 @@
<li><strong>{args.online_user.online_attr_system_array.&lt;any_attribute_you_passed&gt;}</strong> = <b>VIP</b> allow to start only for visitors whois attribute is VIP</li>
<li><strong>{args.online_user.referrer}</strong> `contains`. Referer from where visitor come to site.</li>
<li><strong>{args.online_user.dep_id}</strong> = Department ID</li>
<li><strong>{args.is_online}</strong> = <b>1</b> or <b>0</b> (are we online)</li>
<?php include(erLhcoreClassDesign::designtpl('lhgenericbot/helpattributes/preconditions_multiinclude.tpl.php'));?>
</ul>
<?php endif; ?>

0 comments on commit e487094

Please sign in to comment.