Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. =====Relationships===== ---- ===Example=== <code javascript example.js> if (!parent.active) { answer = true; } else if (gs.hasRole('change_manager') && (parent.state == -4)) { answer = false; } else if (parent.state == -5) { answer = false; } else { answer = true; } </code> ---- relationships.txt Last modified: 11/24/2025YYY 05:37by johnsonjohn