Permission should be declared with 'label' and 'description' keys warning
On Database update to 5.72 (I was also updating to Drupal 10.2.5) I got the following warnings. [warning] Permission 'administer CiviBooking' should be declared with 'label' and 'description' keys. See https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_permission/ Caller: CRM_Core_Permission::assembleBasicPermissions
Array ( [civi.tag] => deprecated )
[warning] Permission 'create and update bookings' should be declared with 'label' and 'description' keys. See https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_permission/ Caller: CRM_Core_Permission::assembleBasicPermissions Array ( [civi.tag] => deprecated )
[warning] Permission 'view all bookings' should be declared with 'label' and 'description' keys. See https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_permission/ Caller: CRM_Core_Permission::assembleBasicPermissions Array ( [civi.tag] => deprecated )
I think this needs a modification here: https://lab.civicrm.org/extensions/booking/-/blob/main/booking.php?ref_type=heads#L149
I'll have a go at creating a patch (hopefully this week), but wanted to just log it