You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create Replace inactive group managers with group members
* Update README.md
* Create readme.md
* Update readme.md
* Update Replace inactive group managers with group members
* Update README.md
* Create Replace Inactive managers with active members
* Delete Specialized Areas/Fix scripts/Replace Inactive managers with active members
* Update Replace inactive group managers with group members
* Update readme.md
* Rename Replace inactive group managers with group members to script.js
---------
Co-authored-by: Ivan Betev <ivan.betev@outlook.com>
This script will query the group table and look for groups with inactive members. The script will replace the inactive manager with the oldest active member of the group.
3
+
4
+
Logs: If no active members are there in group //gs.info("Group " + grp.name + " does not have any active user");
5
+
6
+
After manager is replaced : gs.info("Group " + inactiveMgrGrp.name + " manager changed to " + getOlderGroupMember(inactiveMgrGrp).name);
0 commit comments