nesting not deleted when group deleted

XMLWordPrintable

    • COmanage Onboarding Sprint

      Group was deleted but the related nesting was not:

      Here is the group with deleted = 1:

      MySQL [cilogon_demo_registry_test]> select * from cm_co_groups where id = 16\G
      *************************** 1. row ***************************
                    id: 16
                 co_id: 2
                cou_id: NULL
                  name: DevOps
           description: SCiMMA DevOps Team
                  open: 0
                status: A
            group_type: S
                  auto: 0
               created: 2020-03-20 12:36:32
              modified: 2020-03-22 12:50:56
           co_group_id: NULL
              revision: 0
               deleted: 1
      actor_identifier: http://cilogon.org/serverA/users/22981
      1 row in set (0.00 sec)
      

      Here is the nesting that was not deleted:

      MySQL [cilogon_demo_registry_test]> select * from cm_co_group_nestings where id = 1\G
      *************************** 1. row ***************************
                       id: 1
              co_group_id: 16
       target_co_group_id: 17
                  created: 2020-03-20 12:43:41
                 modified: 2020-03-20 12:43:41
      co_group_nesting_id: NULL
                 revision: 0
                  deleted: 0
         actor_identifier: http://cilogon.org/serverA/users/22981
      1 row in set (0.00 sec)
      

            Assignee:
            Emily Jeanes (google.com) (Inactive)
            Reporter:
            Scott Koranda SCG (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: