Hi,
We are seeing behavior where if we change the name of a job group in the UI, the "fullname" column in the database for all child job groups is not getting updated. For example say I have two groups:
+ Parent
+ Child
Originally, the full_name value in the jobgroup table for the child Job Group will be "Parent\Child". However, if we change the name of the Parent group to Grandparent, the full_name value in the jobgroup table for the child job group is still "Parent\Child", rather than "Grandparent\Child" like I'd expect.
Is this a bug? Is there a danger if I update the full_name values via direct SQL to correct reflect the new full_path values?
Thanks,
Tim